summaryrefslogtreecommitdiff
path: root/src/liba52
diff options
context:
space:
mode:
Diffstat (limited to 'src/liba52')
-rw-r--r--src/liba52/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/liba52/Makefile.am b/src/liba52/Makefile.am
index 6a0aebe62..948a7ab28 100644
--- a/src/liba52/Makefile.am
+++ b/src/liba52/Makefile.am
@@ -1,5 +1,8 @@
include $(top_srcdir)/misc/Makefile.common
+AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG)
+AM_LDFLAGS = $(xineplug_ldflags)
+
if A52
a52_module = xineplug_decode_a52.la
endif
@@ -27,9 +30,6 @@ else
xineplug_decode_a52_la_LIBADD = $(XINE_LIB) -lm
endif
-xineplug_decode_a52_la_CFLAGS = $(VISIBILITY_FLAG)
-xineplug_decode_a52_la_LDFLAGS = $(xineplug_ldflags)
-
noinst_HEADERS = \
a52.h \
a52_internal.h \