diff options
Diffstat (limited to 'src/libspudvb/Makefile.am')
-rw-r--r-- | src/libspudvb/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libspudvb/Makefile.am b/src/libspudvb/Makefile.am index c4fe664d5..704d085c5 100644 --- a/src/libspudvb/Makefile.am +++ b/src/libspudvb/Makefile.am @@ -6,4 +6,5 @@ lib_LTLIBRARIES = xineplug_decode_spudvb.la xineplug_decode_spudvb_la_SOURCES = xine_decoder.c xineplug_decode_spudvb_la_LIBADD = $(XINE_LIB) $(THREAD_LIBS) -xineplug_decode_spudvb_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_decode_spudvb_la_CFLAGS = $(VISIBILITY_FLAG) +xineplug_decode_spudvb_la_LDFLAGS = -avoid-version -module |