[SCM] faad2/master: Cosmetic corrections to symbol-visibility.patch

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Feb 7 16:12:24 UTC 2012


The following commit has been merged in the master branch:
commit 2af8cbd229e88039060ac3c3e034cdef6722c84a
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Tue Feb 7 17:12:15 2012 +0100

    Cosmetic corrections to symbol-visibility.patch

diff --git a/debian/patches/symbol-visibility.patch b/debian/patches/symbol-visibility.patch
index a97c8b6..6a5a64b 100644
--- a/debian/patches/symbol-visibility.patch
+++ b/debian/patches/symbol-visibility.patch
@@ -19,7 +19,7 @@ Author: Fabian Greffrath <fabian+debian at greffrath.com>
  } NeAACDecFrameInfo;
  
 -char* NEAACDECAPI NeAACDecGetErrorMessage(unsigned char errcode);
-+NEAACDECAPI char* NeAACDecGetErrorMessage(unsigned char errcode);
++char NEAACDECAPI *NeAACDecGetErrorMessage(unsigned char errcode);
  
  unsigned long NEAACDECAPI NeAACDecGetCapabilities(void);
  
@@ -28,13 +28,13 @@ Author: Fabian Greffrath <fabian+debian at greffrath.com>
  void NEAACDECAPI NeAACDecClose(NeAACDecHandle hDecoder);
  
 -void* NEAACDECAPI NeAACDecDecode(NeAACDecHandle hDecoder,
-+NEAACDECAPI void* NeAACDecDecode(NeAACDecHandle hDecoder,
++void NEAACDECAPI *NeAACDecDecode(NeAACDecHandle hDecoder,
                                   NeAACDecFrameInfo *hInfo,
                                   unsigned char *buffer,
                                   unsigned long buffer_size);
  
 -void* NEAACDECAPI NeAACDecDecode2(NeAACDecHandle hDecoder,
-+NEAACDECAPI void* NeAACDecDecode2(NeAACDecHandle hDecoder,
++void NEAACDECAPI *NeAACDecDecode2(NeAACDecHandle hDecoder,
                                    NeAACDecFrameInfo *hInfo,
                                    unsigned char *buffer,
                                    unsigned long buffer_size,

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list