]> git.pld-linux.org Git - packages/ffms2.git/blame - ffmpegsource-ffmpeg011.patch
- rel 3
[packages/ffms2.git] / ffmpegsource-ffmpeg011.patch
CommitLineData
da3072ef
MK
1--- configure.in.orig 2012-07-09 14:45:54.088864442 +0200
2+++ configure.in 2012-07-09 14:46:55.868944948 +0200
3@@ -135,7 +135,6 @@
4 #include <libavcodec/avcodec.h>
5 #include <libswscale/swscale.h>
6 ]],[[
7- avcodec_init();
8 swscale_version();
9 #ifdef FFMS_USE_FFMPEG_COMPAT
10 int bogus = CODEC_ID_G2M;
11@@ -145,7 +144,7 @@
12 ])
13
14 AC_MSG_CHECKING([whether $_lav_name works])
15-LIBS="$_LIBS $LIBAV_LIBS"
16+LIBS="$_LIBS $LIBAV_LIBS -lvpx"
17 TEST_LIBAV([LIBAV_WORKS])
18 AC_MSG_RESULT([$LIBAV_WORKS])
19 if test "$LIBAV_WORKS" = no; then
This page took 0.057368 seconds and 4 git commands to generate.