[SCM] gmerlin-avdecoder/master: Revert extending dvdread patch with upstream corrections: Now included in our upstream code.

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Nov 20 09:28:43 UTC 2010


The following commit has been merged in the master branch:
commit 4b3b2d591a77e8c54e9fffbbd71184c1c86d71e7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Nov 20 06:18:51 2010 +0100

    Revert extending dvdread patch with upstream corrections: Now included in our upstream code.
    
    This reverts commit e4874c799a8331c4a89706a1b8260d7dfb475ffd.

diff --git a/debian/patches/fix_dvdread_configure.patch b/debian/patches/fix_dvdread_configure.patch
index 9bb5bfa..dc9ad48 100644
--- a/debian/patches/fix_dvdread_configure.patch
+++ b/debian/patches/fix_dvdread_configure.patch
@@ -1,6 +1,6 @@
 Fix dvdread detection.
---- gmerlin-avdecoder.orig/m4/check_funcs.m4
-+++ gmerlin-avdecoder/m4/check_funcs.m4
+--- a/m4/check_funcs.m4
++++ b/m4/check_funcs.m4
 @@ -945,11 +945,7 @@
      #include <stdio.h>
      main()
@@ -13,41 +13,3 @@ Fix dvdread detection.
      }
    ],
    [
-@@ -964,6 +960,10 @@
-     AC_MSG_RESULT(no)
- )
- 
-+if test "x$have_dvdread" = "xtrue"; then
-+ AC_CHECK_FUNCS(DVDInit DVDFinish)
-+fi
-+
- CFLAGS=$OLD_CFLAGS
- LIBS=$OLD_LIBS
- 
---- gmerlin-avdecoder.orig/lib/in_dvd.c
-+++ gmerlin-avdecoder/lib/in_dvd.c
-@@ -1250,19 +1250,24 @@
- 
- #if defined(__GNUC__) && defined(__ELF__)
- 
-+#ifdef HAVE_DVDFINISH
- static void __cleanup() __attribute__ ((destructor));
-  
- static void __cleanup()
-   {
-   DVDFinish();
-   }
-+#endif
- 
-+#ifdef HAVE_DVDINIT
- static void __init() __attribute__ ((constructor));
-  
- static void __init()
-   {
-   DVDInit();
-   }
-+#endif
-+
- 
- #endif
- 

-- 
gmerlin-avdecoder packaging



More information about the pkg-multimedia-commits mailing list