blob: c4fe664d582a660eae76cd17583ecf234a3ea419 (
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) $(THREAD_LIBS)
xineplug_decode_spudvb_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
|