]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- updated for 0.10.3
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 May 2006 19:47:47 +0000 (19:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-bad-divx4linux.patch -> 1.2
    gstreamer-plugins-bad-libdts.patch -> 1.2

gstreamer-plugins-bad-divx4linux.patch
gstreamer-plugins-bad-libdts.patch

index bf062249c20b551e22ca9399896f85c9bd92c8d3..06e278d57bbb7bb99900a74020bad1a242ca8f41 100644 (file)
  
  /* elementfactory information */
  GstElementDetails gst_divxenc_details = {
---- gst-plugins-bad-0.10.1/configure.ac.orig   2006-02-25 00:57:12.156959000 +0100
-+++ gst-plugins-bad-0.10.1/configure.ac        2006-02-25 01:03:56.306216750 +0100
-@@ -421,13 +421,13 @@
+--- gst-plugins-bad-0.10.3/configure.ac.orig   2006-05-21 20:22:12.474199250 +0200
++++ gst-plugins-bad-0.10.3/configure.ac        2006-05-21 20:23:11.165867250 +0200
+@@ -317,14 +317,14 @@
  translit(dnm, m, l) AM_CONDITIONAL(USE_DIVX, true)
  GST_CHECK_FEATURE(DIVX, [divx plugins], divx, [
    HAVE_DIVX=yes
--  AC_CHECK_HEADER(encore2.h, ,
-+  AC_CHECK_HEADER(divx/encore2.h, ,
-                   [ AC_MSG_WARN([Divx4linux encore headers not found]) &&
-                     HAVE_DIVX=no ] )
+-  AC_CHECK_HEADER(encore2.h, , [
++  AC_CHECK_HEADER(divx/encore2.h, , [
+     AC_MSG_WARN([Divx4linux encore headers not found])
+     HAVE_DIVX=no
+   ])
    if [ test x$HAVE_DIVX = xyes ]; then
      AC_MSG_CHECKING([Checking for valid divx4linux encore version])
      AC_TRY_COMPILE([
  #if ENCORE_VERSION != 20021024
  #error Wrong version of divx encore libraries
  #endif
-@@ -438,14 +438,14 @@
-          AC_MSG_WARN([Wrong version of divx4linux installed]) ])
+@@ -340,7 +340,7 @@
+     ])
    fi
    if [ test x$HAVE_DIVX = xyes ]; then
--    AC_CHECK_HEADER(decore.h, ,
-+    AC_CHECK_HEADER(divx/decore.h, ,
-                     [ AC_MSG_WARN([Divx4linux decoder headers not found]) &&
-                       HAVE_DIVX=no ] )
-   fi
+-    AC_CHECK_HEADER(decore.h, , [
++    AC_CHECK_HEADER(divx/decore.h, , [
+       AC_MSG_WARN([Divx4linux decoder headers not found])
+       HAVE_DIVX=no
+     ])
+@@ -348,7 +348,7 @@
    if [ test x$HAVE_DIVX = xyes ]; then
      AC_MSG_CHECKING([Checking for valid divx4linux decore version])
      AC_TRY_COMPILE([
index fe27759ad313986dbb7dd2d52a65baf6b8348876..f889218724bc1c18b43ec6ed0d794079805bda69 100644 (file)
@@ -1,11 +1,13 @@
---- gst-plugins-bad-0.10.1/configure.ac.orig   2006-02-25 00:48:13.743310000 +0100
-+++ gst-plugins-bad-0.10.1/configure.ac        2006-02-25 00:57:12.156959000 +0100
-@@ -413,7 +413,7 @@
+--- gst-plugins-bad-0.10.3/configure.ac.orig   2006-05-04 17:18:42.000000000 +0200
++++ gst-plugins-bad-0.10.3/configure.ac        2006-05-21 20:21:48.752716750 +0200
+@@ -308,8 +308,8 @@
  dnl *** DTS ***
  translit(dnm, m, l) AM_CONDITIONAL(USE_DTS, true)
  GST_CHECK_FEATURE(DTS, [dts library], dtsdec, [
--  GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, -lm, dts.h, DTS_LIBS="-ldts_pic -lm")
-+  GST_CHECK_LIBHEADER(DTS, dts, dts_init, -lm, dts.h, DTS_LIBS="-ldts -lm")
+-  GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, -lm, dts.h,
+-    DTS_LIBS="-ldts_pic -lm")
++  GST_CHECK_LIBHEADER(DTS, dts, dts_init, -lm, dts.h,
++    DTS_LIBS="-ldts -lm")
    AC_SUBST(DTS_LIBS)
  ])
  
This page took 0.269582 seconds and 4 git commands to generate.