X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=31799ebbab3705e03bf76a920f2109836766f46b;hb=8356c4cf33bd301fbb81446c957a4378148d1eaf;hp=01943bda1a943e2ee1e7e0529c1c0051cdf4570a;hpb=240cb809a97d3e636460ef839d6e2db23fe6565e;p=platform%2Fupstream%2Fgst-libav.git diff --git a/configure.ac b/configure.ac index 01943bd..31799eb 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.69) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer libav, 1.15.1, +AC_INIT(GStreamer libav, 1.16.2, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION) dnl *** Check for external $AS vs detected by AS_LIBTOOL orig_AS="$AS" AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 1501, 0, 1501) +AS_LIBTOOL(GST, 1602, 0, 1602) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.15.1 -GST_PBREQ=1.15.1 +GST_REQ=1.16.2 +GST_PBREQ=1.16.2 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) @@ -345,7 +345,7 @@ else --disable-programs --disable-ffplay --disable-ffprobe --disable-ffmpeg \ --disable-encoder=flac --disable-protocols --disable-devices \ --disable-network --disable-hwaccels --disable-dxva2 --disable-vdpau \ - --disable-filters --enable-filter=yadif --disable-doc --disable-d3d11va --disable-dxva2 \ + --disable-filters --enable-filter=yadif --disable-doc --disable-d3d11va \ --disable-audiotoolbox --disable-videotoolbox --disable-vaapi --disable-crystalhd \ --disable-mediacodec --disable-nvenc --disable-mmal --disable-omx \ --disable-omx-rpi --disable-cuda --disable-cuvid --disable-libmfx \ @@ -375,7 +375,7 @@ else case $host_os in mingw32*) - WIN32_LIBS="-lws2_32" + WIN32_LIBS="-lws2_32 -lbcrypt" ;; *) WIN32_LIBS=