diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-07-29 18:00:05 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-07-29 18:00:05 +0000 |
commit | a0032058193efa3378746eea5f20bf9f930cf4d4 (patch) | |
tree | 6eca1c5da133d830f64b7935ccc06276b9e43a2f /multimedia/libxine/files/patch-configure | |
parent | - Add autopano-sift: (diff) |
- Update to 1.1.2.
- Enable Theora codec support by default and remove WITH_THEORA knob.
Diffstat (limited to 'multimedia/libxine/files/patch-configure')
-rw-r--r-- | multimedia/libxine/files/patch-configure | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/multimedia/libxine/files/patch-configure b/multimedia/libxine/files/patch-configure index afae9aaa4ac6..f13122492c31 100644 --- a/multimedia/libxine/files/patch-configure +++ b/multimedia/libxine/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Tue Nov 15 20:40:27 2005 -+++ configure Mon May 1 01:33:08 2006 -@@ -26269,7 +26269,7 @@ +--- configure.orig Sun Jul 23 21:25:31 2006 ++++ configure Sun Jul 23 21:25:31 2006 +@@ -28905,7 +28905,7 @@ "ac_cv_lib_avcodec_pp_get_context" \ "ac_cv_lib_postproc_pp_get_context" \ "ac_cv_lib_avcodec_register_avcodec"; do @@ -9,21 +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> -@@ -35293,6 +35293,8 @@ - fi +@@ -38707,6 +38707,8 @@ + CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" +else +no_theora=yes fi - if test "x$no_theora" = x ; then + if test "x$no_ogg" = x ; then |