diff options
Diffstat (limited to 'multimedia/xine-lib/patches/patch-bc')
-rw-r--r-- | multimedia/xine-lib/patches/patch-bc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/multimedia/xine-lib/patches/patch-bc b/multimedia/xine-lib/patches/patch-bc new file mode 100644 index 00000000000..45242901766 --- /dev/null +++ b/multimedia/xine-lib/patches/patch-bc @@ -0,0 +1,19 @@ +$NetBSD: patch-bc,v 1.1 2004/12/21 18:56:44 drochner Exp $ + +--- aclocal.m4.orig 2004-12-18 01:22:24.000000000 +0100 ++++ aclocal.m4 +@@ -7886,14 +7886,6 @@ if test x"$external_ffmpeg" != "xno"; th + CPPFLAGS="${FFMPEG_CPPFLAGS} ${ac_save_CPPFLAGS}" + LDFLAGS="${FFMPEG_LIBS} ${ac_save_LDFLAGS}" + +- dnl drop the cache +- for i in "ac_cv_header_avcodec_h" "ac_cv_header_postprocess_h" \ +- "ac_cv_lib_avcodec_pp_get_context" \ +- "ac_cv_lib_postproc_pp_get_context" \ +- "ac_cv_lib_avcodec_register_avcodec"; do +- $as_unset $i || test "${$i+set}" != set || { $i=; export $i; } +- done +- + dnl look for headers + AC_CHECK_HEADER(avcodec.h, , continue) + AC_CHECK_HEADER(postprocess.h, , continue) |