projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
c1f05e4
)
examples/CMakeLists.txt: restrict required libraries for avformat_open_input()
author
Antonio Ospite <ao2@ao2.it>
Mon, 26 Feb 2018 14:39:12 +0000
(15:39 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Tue, 27 Feb 2018 16:19:00 +0000
(17:19 +0100)
When checking if avformat_open_input() exists, link only with
FFMPEG_LIBAVFORMAT_LIBRARIES, this is more essential and also more
symmetric from a readability point of view.
No differences found