From d1ae1a4230b413b6a92179936d431c83247c5fd2 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 18 Jan 2024 14:55:27 +1100 Subject: on second thought, let's not violate patents. 'tis a silly system. --- src/codecs/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/codecs/CMakeLists.txt b/src/codecs/CMakeLists.txt index eb1897da..1ef4bb2d 100644 --- a/src/codecs/CMakeLists.txt +++ b/src/codecs/CMakeLists.txt @@ -10,10 +10,3 @@ idf_component_register( "komihash") target_compile_options("${COMPONENT_LIB}" PRIVATE ${EXTRA_WARNINGS}) - -set(FAAD_BUNDLED_MODE ON) -set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) - -add_subdirectory($ENV{PROJ_PATH}/lib/faad2 ${CMAKE_CURRENT_BINARY_DIR}/faad2) - -target_link_libraries(${COMPONENT_LIB} PUBLIC faad_fixed) -- cgit v1.2.3