diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2009-09-23 14:37:46 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2009-09-23 14:37:46 +0000 |
commit | bb99b8106cc9137efd2f5d2286bb65994375c68c (patch) | |
tree | 56b2090720829d8a88368688419097a3a6eba10e /multimedia/libxine/files/patch-configure | |
parent | Remove BROKEN for 8.x (diff) |
Add WITH_FFMPEG knob to use external ffmpeg.
PR: ports/137792
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241981
Diffstat (limited to 'multimedia/libxine/files/patch-configure')
-rw-r--r-- | multimedia/libxine/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/libxine/files/patch-configure b/multimedia/libxine/files/patch-configure index 2a8ce001c8e8..71497e0a336a 100644 --- a/multimedia/libxine/files/patch-configure +++ b/multimedia/libxine/files/patch-configure @@ -22,6 +22,19 @@ LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" +@@ -19693,12 +19693,6 @@ + + done + +- if test "$ac_cv_header_ffmpeg_avutil_h" = "yes" && test "$ac_cv_header_libavutil_avutil_h" = "yes"; then +- { { $as_echo "$as_me:$LINENO: error: old & new ffmpeg headers found - you need to clean up!" >&5 +-$as_echo "$as_me: error: old & new ffmpeg headers found - you need to clean up!" >&2;} +- { (exit 1); exit 1; }; } +- fi +- + { $as_echo "$as_me:$LINENO: result: using external ffmpeg" >&5 + $as_echo "using external ffmpeg" >&6; } + else @@ -27953,12 +27959,12 @@ pkg_cv_CACA_CFLAGS="$CACA_CFLAGS" else |