[SCM] faac/master: Simplify symbol-visibility.patch accordingly.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Feb 7 13:29:56 UTC 2012


The following commit has been merged in the master branch:
commit cd229066d3611880427b154423ee7bb9f2c026e0
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Tue Feb 7 14:28:31 2012 +0100

    Simplify symbol-visibility.patch accordingly.

diff --git a/debian/patches/symbol-visibility.patch b/debian/patches/symbol-visibility.patch
index d83e217..0f81e71 100644
--- a/debian/patches/symbol-visibility.patch
+++ b/debian/patches/symbol-visibility.patch
@@ -1,5 +1,6 @@
 Description: Set appropriate symbol visibility attributes.
 Author: Fabian Greffrath <fabian+debian at greffrath.com>
+Forwarded: http://sourceforge.net/tracker/?func=detail&aid=3485333&group_id=704&atid=100704
 
 --- faac.orig/include/faac.h
 +++ faac/include/faac.h
@@ -24,16 +25,3 @@ Author: Fabian Greffrath <fabian+debian at greffrath.com>
  
  INCLUDES = -I$(top_srcdir)/include
  
---- faac.orig/libfaac/frame.h
-+++ faac/libfaac/frame.h
-@@ -54,6 +54,10 @@ extern "C" {
-   #ifndef FAACAPI
-     #define FAACAPI __stdcall
-   #endif
-+#elif defined(__GNUC__) && __GNUC__ >= 4
-+ #ifndef FAACAPI
-+  #define FAACAPI __attribute__((visibility("default")))
-+ #endif
- #else
-   #ifndef FAACAPI
-     #define FAACAPI

-- 
faac packaging



More information about the pkg-multimedia-commits mailing list