Codebase list faad2 / 22d909e
Fix "'visibility' attribute ignored on non-class types" compiler warnings introduced by symbol versioning Fabian Greffrath 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4343 lib_LTLIBRARIES = libfaad.la
4444
4545 -AM_CFLAGS = -iquote $(top_srcdir)/include
46 +INCLUDES = -iquote $(top_srcdir)/include
46 +AM_CPPFLAGS = -iquote $(top_srcdir)/include
4747 include_HEADERS = $(top_srcdir)/include/faad.h \
4848 $(top_srcdir)/include/neaacdec.h
4949