blob: 9b3c5d7a0e9ebddecd52b31740b167a0eaebcf85 (
plain)
1
2
3
4
5
6
7
8
|
include $(top_srcdir)/misc/Makefile.common
libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = xineplug_decode_dts.la
xineplug_decode_dts_la_SOURCES = decoder.c print_info.c xine_decoder.c
xineplug_decode_dts_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
|