1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

DATV demod: added missing AVUTIL cmake variables

This commit is contained in:
f4exb
2018-05-28 09:05:52 +02:00
parent 37cf948963
commit f05dd1fb8e
@@ -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}
)