From e8555194fdacd3cd1a3d931d5c8e6e1deca27079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 17 Mar 2007 16:22:38 +0000 Subject: Pass the visibility flag when building the plugin. CVS patchset: 8704 CVS date: 2007/03/17 16:22:38 --- src/combined/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3