[-]
[+]
|
Changed |
vlc.spec
|
|
[-]
[+]
|
Changed |
vlc-0.8.6h-ffmpeg_swscale_configure.patch
^
|
@@ -1,12 +1,11 @@
---- vlc-0.8.6h/configure.ac 2008-05-28 19:28:28.000000000 +0300
-+++ vlc-0.8.6h.patched/configure.ac 2008-05-29 00:53:40.000000000 +0300
-@@ -2771,15 +2771,15 @@
+--- configure.ac.orig 2008-07-12 19:49:29.000000000 +0200
++++ configure.ac 2008-07-12 19:49:58.000000000 +0200
+@@ -2770,14 +2770,14 @@
fi
dnl Check if we have (required) img_resample() in libavcodec
-if test "${enable_ffmpeg}" != "no"
-then
-- VLC_SAVE_FLAGS
- CFLAGS="${CFLAGS} ${CFLAGS_ffmpeg}"
- LDFLAGS="${LDFLAGS} ${LDFLAGS_ffmpeg}"
- AC_CHECK_LIB(avcodec, img_resample, ,
@@ -15,13 +14,12 @@
-fi
+dnl if test "${enable_ffmpeg}" != "no"
+dnl then
-+dnl VLC_SAVE_FLAGS
-+dnl CFLAGS="${CFLAGS} ${CFLAGS_ffmpeg}"
-+dnl LDFLAGS="${LDFLAGS} ${LDFLAGS_ffmpeg}"
-+dnl AC_CHECK_LIB(avcodec, img_resample, ,
-+dnl [AC_MSG_ERROR([Your FFmpeg library doesn't have the needed img_resample() function. You should rebuild it with software scaler disabled])], -lavutil)
-+dnl VLC_RESTORE_FLAGS
++dnl CFLAGS="${CFLAGS} ${CFLAGS_ffmpeg}"
++dnl LDFLAGS="${LDFLAGS} ${LDFLAGS_ffmpeg}"
++dnl AC_CHECK_LIB(avcodec, img_resample, ,
++dnl [AC_MSG_ERROR([Your FFmpeg library doesn't have the needed img_resample() function. You should rebuild it with software scaler disabled])], -lavutil)
++dnl VLC_RESTORE_FLAGS
+dnl fi
- dnl
- dnl ffmpegaltivec plugin
+ dnl Clean out environment
+ LIBS="${LIBS_save}"
|
|
Added |
vlc-0.8.6i.tar.bz2
^
|