summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/patches/patch-bb
blob: 99cd7de99c15314ce35daff85de55d89e5f32105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-bb,v 1.2 2004/12/21 18:56:44 drochner Exp $

--- m4/ffmpeg.m4.orig	2004-12-16 00:57:33.000000000 +0100
+++ m4/ffmpeg.m4
@@ -50,14 +50,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)