From 8692a2069dd7c3be82ed5415359af50c6f3c4be6 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 14 Aug 2008 21:13:00 +0000 Subject: Initial revision --- xvidcap/build/xvidcap_libogg.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 xvidcap/build/xvidcap_libogg.patch 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 -- cgit v1.2.3-65-gdbad