TODO: remove the entry about documenting the API with Doxygen
[libam7xxx.git] / examples / CMakeLists.txt
index c70d121..234e666 100644 (file)
@@ -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