blob: c7b4b804e1cacca54603942306adaf68164b2f4f (
plain)
1
2
3
4
5
6
7
8
9
|
include $(top_srcdir)/misc/Makefile.common
libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = xineplug_decode_spudvb.la
xineplug_decode_spudvb_la_SOURCES = xine_decoder.c
xineplug_decode_spudvb_la_LIBADD = $(XINE_LIB)
xineplug_decode_spudvb_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
|