Addedd avresample to playvid CMakeLists.
This commit is contained in:
parent
05e8501649
commit
218dd4b1fb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ target_link_libraries(playilda ${JACK_LIBRARIES})
|
|||
if(FFMPEG_FOUND AND BUILD_TRACER)
|
||||
include_directories(${FFMPEG_INCLUDE_DIR})
|
||||
add_executable(playvid playvid.c)
|
||||
target_link_libraries(playvid openlase ${FFMPEG_LIBRARIES})
|
||||
target_link_libraries(playvid openlase ${FFMPEG_LIBRARIES} avresample)
|
||||
else()
|
||||
message(STATUS "Will NOT build playvid (FFmpeg or tracer missing)")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue