diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-12-10 21:05:06 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-12-10 21:05:06 +0000 |
commit | 1a1d7f44bebfee6bbe2af9562d491e4898bd1ed5 (patch) | |
tree | d781e164a9833e6131666cbdd681f5aed67079d2 /multimedia/libxine/files/patch-configure | |
parent | - Reword the BROKEN= if no gecko is found so it will be a little more clear (diff) |
Update to 1.1.1.
Notes
Notes:
svn path=/head/; revision=150831
Diffstat (limited to 'multimedia/libxine/files/patch-configure')
-rw-r--r-- | multimedia/libxine/files/patch-configure | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/multimedia/libxine/files/patch-configure b/multimedia/libxine/files/patch-configure index 478c788bafaa..e836de8831af 100644 --- a/multimedia/libxine/files/patch-configure +++ b/multimedia/libxine/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Mon Nov 15 02:57:21 2004 -+++ configure Mon Nov 15 02:57:39 2004 -@@ -25382,7 +25382,7 @@ +--- configure.orig Sun Dec 11 03:18:42 2005 ++++ configure Sun Dec 11 03:23:42 2005 +@@ -26269,7 +26269,7 @@ "ac_cv_lib_avcodec_pp_get_context" \ "ac_cv_lib_postproc_pp_get_context" \ "ac_cv_lib_avcodec_register_avcodec"; do @@ -9,3 +9,12 @@ done if test "${ac_cv_header_avcodec_h+set}" = set; then +@@ -26804,7 +26804,7 @@ + fi + else + CPPFLAGS="${FFMPEG_CPPFLAGS} ${ac_save_CPPFLAGS}" +- LDFLAGS="${FFMPEG_LIBS} ${FFMPEG_POSTPROC_LIBS } ${ac_save_LDFLAGS}" ++ LDFLAGS="${FFMPEG_LIBS} ${FFMPEG_POSTPROC_LIBS} ${ac_save_LDFLAGS}" + cat >conftest.$ac_ext <<_ACEOF + #include <avcodec.h> + #include <postprocess.h> |