From: Antonio Ospite Date: Mon, 26 Feb 2018 14:39:12 +0000 (+0100) Subject: examples/CMakeLists.txt: restrict required libraries for avformat_open_input() X-Git-Tag: v0.1.7~23 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/c1f05e49330d3d6928a47017d1c04309bc08ab98?hp=c1f05e49330d3d6928a47017d1c04309bc08ab98 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. ---