blob: 45242901766639358bf85d0cc9b523be8d550bd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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)
|