diff --git a/plugins/channelrx/demoddatv/CMakeLists.txt b/plugins/channelrx/demoddatv/CMakeLists.txt index f12dac3ff..bf41c23f0 100644 --- a/plugins/channelrx/demoddatv/CMakeLists.txt +++ b/plugins/channelrx/demoddatv/CMakeLists.txt @@ -25,6 +25,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${AVCODEC_INCLUDE_DIRS} ${AVFORMAT_INCLUDE_DIRS} + ${AVUTIL_INCLUDE_DIRS} ${SWSCALE_INCLUDE_DIRS} ) @@ -48,6 +49,7 @@ target_link_libraries(demoddatv sdrgui ${AVCODEC_LIBRARIES} ${AVFORMAT_LIBRARIES} + ${AVUTIL_LIBRARIES} ${SWSCALE_LIBRARIES} )