]> git.pld-linux.org Git - packages/ffms2.git/blame - ffmpegsource-ffmpeg011.patch
- fix building with ffmpeg 4.0
[packages/ffms2.git] / ffmpegsource-ffmpeg011.patch
CommitLineData
8d93948c
ER
1--- configure.ac.orig 2012-07-09 14:45:54.088864442 +0200
2+++ configure.ac 2012-07-09 14:46:55.868944948 +0200
da3072ef
MK
3@@ -145,7 +144,7 @@
4 ])
5
6 AC_MSG_CHECKING([whether $_lav_name works])
7-LIBS="$_LIBS $LIBAV_LIBS"
8+LIBS="$_LIBS $LIBAV_LIBS -lvpx"
9 TEST_LIBAV([LIBAV_WORKS])
10 AC_MSG_RESULT([$LIBAV_WORKS])
11 if test "$LIBAV_WORKS" = no; then
This page took 0.087252 seconds and 4 git commands to generate.