File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ list(APPEND public_requires esp_mm)
2121
2222ENDIF ()
2323
24- list (APPEND public_requires freertos pthread newlib )
25-
2624IF (${IDF_TARGET} STREQUAL "esp32p4" )
2725
2826list (APPEND public_include_dirs "./hw/include" )
Original file line number Diff line number Diff line change 1- version : " 1.1.2 "
1+ version : " 1.1.3 "
22description : Espressif H264 encoder and decoder
33
44url : https://github.com/espressif/esp-h264-component
You can’t perform that action at this time.
0 commit comments