summaryrefslogtreecommitdiff
path: root/src/libsputext/Makefile.am
blob: ca5af05e01ed03f70aa83d6d1ab5c95e956e89da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include $(top_srcdir)/misc/Makefile.common

libdir = $(XINE_PLUGINDIR)

if HAVE_GICONV
sputext_decoder = xineplug_decode_sputext.la xineplug_decode_spuogm.la xineplug_dmx_sputext.la
endif

lib_LTLIBRARIES = $(sputext_decoder)

xineplug_dmx_sputext_la_SOURCES = demux_sputext.c
## libgiconv is only needed with FreeBSD
xineplug_dmx_sputext_la_LIBADD  = $(XINELIB) $(GICONV_BSD_LIBS)
xineplug_dmx_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@

xineplug_decode_sputext_la_SOURCES = xine_decoder.c 
xineplug_decode_sputext_la_LIBADD  = $(XINELIB)
xineplug_decode_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@

xineplug_decode_spuogm_la_SOURCES = xine_decoder_ogm.c 
xineplug_decode_spuogm_la_LIBADD  = $(XINELIB)
xineplug_decode_spuogm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@