From: Reto Schneider Date: Sun, 18 Mar 2012 22:45:48 +0000 (+0100) Subject: Link to all ffmpeg libraries, not just to avdevice. X-Git-Tag: v0.1.0~1^2~9^2~9 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/8f7b53699838c5d9895eeb8995bb74b38a5f733e?hp=284d361e208680e22631220a2e0aa8860633fa52 Link to all ffmpeg libraries, not just to avdevice. --- diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index c70d121..234e666 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -28,7 +28,7 @@ endif() add_executable(am7xxx-play am7xxx-play.c) target_link_libraries(am7xxx-play am7xxx - ${FFMPEG_LIBAVDEVICE_LIBRARIES} + ${FFMPEG_LIBRARIES} ${FFMPEG_LIBSWSCALE_LIBRARIES} ${LIBXCB_LIBRARIES}) install(TARGETS am7xxx-play