Addedd avresample to playvid CMakeLists.

This commit is contained in:
q3k 2013-05-02 20:03:02 +02:00
parent 05e8501649
commit 218dd4b1fb

View file

@ -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()