projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
284d361
)
Link to all ffmpeg libraries, not just to avdevice.
author
Reto Schneider <github@reto-schneider.ch>
Sun, 18 Mar 2012 22:45:48 +0000
(23:45 +0100)
committer
Reto Schneider <github@reto-schneider.ch>
Sun, 18 Mar 2012 22:45:48 +0000
(23:45 +0100)
examples/CMakeLists.txt
patch
|
blob
|
history
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