[SCM] faad2/master: Fix "'visibility' attribute ignored on non-class types" compiler warnings introduced by symbol versioning

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Nov 11 06:54:30 UTC 2014


The following commit has been merged in the master branch:
commit 22d909e6597cb63cfbe55f65a3c0667541651d10
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Tue Nov 11 07:19:53 2014 +0100

    Fix "'visibility' attribute ignored on non-class types" compiler warnings introduced by symbol versioning

diff --git a/debian/patches/symbol-visibility.patch b/debian/patches/symbol-visibility.patch
index 66a8a91..a74a9ee 100644
--- a/debian/patches/symbol-visibility.patch
+++ b/debian/patches/symbol-visibility.patch
@@ -44,7 +44,7 @@ Author: Fabian Greffrath <fabian+debian at greffrath.com>
  lib_LTLIBRARIES = libfaad.la
  
 -AM_CFLAGS	= -iquote $(top_srcdir)/include
-+INCLUDES	= -iquote $(top_srcdir)/include
++AM_CPPFLAGS	= -iquote $(top_srcdir)/include
  include_HEADERS = $(top_srcdir)/include/faad.h \
  		  $(top_srcdir)/include/neaacdec.h
  

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list