blob: 8c3337d513020986f8a28e7919e071de3bb630e2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
include $(top_srcdir)/misc/Makefile.common
libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = xineplug_decode_divx4.la
xineplug_decode_divx4_la_SOURCES = xine_decoder.c
xineplug_decode_divx4_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
noinst_HEADERS = decore-if.h
|