projects
/
libam7xxx.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
debian: initial packaging bits
[libam7xxx.git]
/
examples
/
CMakeLists.txt
diff --git
a/examples/CMakeLists.txt
b/examples/CMakeLists.txt
index
c70d121
..
234e666
100644
(file)
--- 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_LIB
AVDEVICE_LIB
RARIES}
+ ${FFMPEG_LIBRARIES}
${FFMPEG_LIBSWSCALE_LIBRARIES}
${LIBXCB_LIBRARIES})
install(TARGETS am7xxx-play