]> git.pld-linux.org Git - packages/mediastreamer.git/blob - mediastreamer-ffmpeg.patch
Version: 2.12.1
[packages/mediastreamer.git] / mediastreamer-ffmpeg.patch
1 --- mediastreamer-2.12.0/configure.ac.orig      2015-11-02 14:44:12.252105408 +0100
2 +++ mediastreamer-2.12.0/configure.ac   2015-11-10 19:53:44.207627872 +0100
3 @@ -82,7 +82,7 @@
4  esac
5  
6  if test "$strictness" = "yes" ; then
7 -       STRICT_OPTIONS="$STRICT_OPTIONS -Werror"
8 +       STRICT_OPTIONS="$STRICT_OPTIONS -Werror -Wno-error=deprecated-declarations"
9         CFLAGS="$CFLAGS -fno-strict-aliasing"
10  fi
11  AC_SUBST(STRICT_OPTIONS)
This page took 0.176355 seconds and 3 git commands to generate.