examples/CMakeLists.txt: restrict required libraries for avformat_open_input()
authorAntonio Ospite <ao2@ao2.it>
Mon, 26 Feb 2018 14:39:12 +0000 (15:39 +0100)
committerAntonio Ospite <ao2@ao2.it>
Tue, 27 Feb 2018 16:19:00 +0000 (17:19 +0100)
commitc1f05e49330d3d6928a47017d1c04309bc08ab98
tree82bc923f99d6b0328ca4a799a7a991d85d2a452a
parent8e33a2b69844bc4c48e005ad2902ebf0d1be51f7
examples/CMakeLists.txt: restrict required libraries for avformat_open_input()

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.
examples/CMakeLists.txt