blob: cf90953994dd6a9a285ee5f54a47ad39bfc22e31 (
plain)
1
2
3
4
5
6
7
8
9
10
|
include $(top_srcdir)/misc/Makefile.common
libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = xineplug_decode_spucmml.la
xineplug_decode_spucmml_la_SOURCES = xine_decoder.c
xineplug_decode_spucmml_la_LIBADD = $(XINE_LIB)
xineplug_decode_spucmml_la_CFLAGS = $(VISIBILITY_FLAG)
xineplug_decode_spucmml_la_LDFLAGS = -avoid-version -module
|