[vlc-commits] Configure: reject if we cannot detect libav/ffmpeg

Jean-Baptiste Kempf git at videolan.org
Wed Sep 7 12:04:37 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep  7 12:04:01 2016 +0200| [147cf836dc4985655a5a7e352453ea50f24b1da1] | committer: Jean-Baptiste Kempf

Configure: reject if we cannot detect libav/ffmpeg

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=147cf836dc4985655a5a7e352453ea50f24b1da1
---

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index b68e01f..5d93964 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2318,6 +2318,7 @@ AS_IF([test "${enable_avcodec}" != "no"], [
   case "${avfork}" in
     libav) av_codec_ver="57.16.0" ;;
     ffmpeg) av_codec_ver="57.37.100" ;;
+    *) AC_MSG_ERROR([Missing libav or FFmpeg])
   esac
   PKG_CHECK_MODULES(AVCODEC,[libavcodec >= ${av_codec_ver} libavutil >= 52.0.0], [
     VLC_SAVE_FLAGS



More information about the vlc-commits mailing list