summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xvidcap/build/xvidcap_libogg.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/xvidcap/build/xvidcap_libogg.patch b/xvidcap/build/xvidcap_libogg.patch
new file mode 100644
index 00000000..d7894491
--- /dev/null
+++ b/xvidcap/build/xvidcap_libogg.patch
@@ -0,0 +1,11 @@
+--- configure.orig 2008-07-09 09:28:25.000000000 +0200
++++ configure 2008-08-14 22:38:52.000000000 +0200
+@@ -11273,7 +11273,7 @@
+
+
+ test x$ac_cv_lib_mp3lame_lame_init = xyes && ac_my_ffmpeg_cfg_lib_switch="--enable-libmp3lame"
+-test x$ac_cv_lib_theora_theora_encode_init = xyes && ac_my_ffmpeg_cfg_lib_switch="${ac_my_ffmpeg_cfg_lib_switch} --enable-libogg --enable-libtheora"
++test x$ac_cv_lib_theora_theora_encode_init = xyes && ac_my_ffmpeg_cfg_lib_switch="${ac_my_ffmpeg_cfg_lib_switch} --enable-libtheora"
+
+ # if cache empty (not tested or failed) and want static avcodec (then it failed) ...
+ if ( `test \( \( x${ac_cv_lib_avutil_av_rescale+set} = x \) -a \( x$static_avutil = xyes \) \)` ) ; then