Skip to content

Commit c4fff6c

Browse files
committed
Merge branch 'bugfix/fixed_cmakelist_requires' into 'master'
Fixed requires in Cmakelist.txt See merge request image/h264/esp-h264-component!29
2 parents 7ecfc1f + 75e93c6 commit c4fff6c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

esp_h264/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.3
4+
5+
- Fixed a bug where CmakeLists.txt excessive dependence on freertos pthread and newlib components
6+
37
## 1.1.2
48

59
- Fixed compatibility issue by adding POSIX compatibility layer and resolving FreeRTOS symbol linking problems in static libraries

esp_h264/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ list(APPEND public_requires esp_mm)
2121

2222
ENDIF ()
2323

24-
list(APPEND public_requires freertos pthread newlib )
25-
2624
IF (${IDF_TARGET} STREQUAL "esp32p4")
2725

2826
list(APPEND public_include_dirs "./hw/include")

esp_h264/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.2"
1+
version: "1.1.3"
22
description: Espressif H264 encoder and decoder
33

44
url: https://github.com/espressif/esp-h264-component

0 commit comments

Comments
 (0)