summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-17 16:22:38 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-17 16:22:38 +0000
commite8555194fdacd3cd1a3d931d5c8e6e1deca27079 (patch)
tree0954cd39844308516a7e5e02274f29286e2799f7
parent7c80aed9bc8e76f02de7afabccaf7dc535181e8c (diff)
downloadxine-lib-e8555194fdacd3cd1a3d931d5c8e6e1deca27079.tar.gz
xine-lib-e8555194fdacd3cd1a3d931d5c8e6e1deca27079.tar.bz2
Pass the visibility flag when building the plugin.
CVS patchset: 8704 CVS date: 2007/03/17 16:22:38
-rw-r--r--src/combined/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/Makefile.am b/src/combined/Makefile.am
index 37bff5dcd..0d27f71c0 100644
--- a/src/combined/Makefile.am
+++ b/src/combined/Makefile.am
@@ -7,6 +7,6 @@ endif
xineplug_LTLIBRARIES = $(xineplug_wavpack)
xineplug_wavpack_la_SOURCES = demux_wavpack.c decoder_wavpack.c combined_wavpack.c combined_wavpack.h
-xineplug_wavpack_la_CFLAGS = $(WAVPACK_CFLAGS) -I$(srcdir)/../demuxers
+xineplug_wavpack_la_CFLAGS = $(VISIBILITY_FLAG) $(WAVPACK_CFLAGS) -I$(srcdir)/../demuxers
xineplug_wavpack_la_LIBADD = $(XINE_LIB) $(WAVPACK_LIBS)
xineplug_wavpack_la_LDFLAGS = $(xineplug_ldflags)