mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
DATV demod: added missing AVUTIL cmake variables
This commit is contained in:
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}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user