blob: 49959da86f629173e320ca765d064a8690f4bcb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include $(top_srcdir)/misc/Makefile.common
SUBDIRS = libmpeg2
xineplug_LTLIBRARIES = xineplug_decode_mpeg2.la
xineplug_decode_mpeg2_la_SOURCES = \
xine_mpeg2_decoder.c
xineplug_decode_mpeg2_la_CFLAGS = $(VISIBILITY_FLAG) $(LIBMPEG2_CFLAGS)
xineplug_decode_mpeg2_la_LIBADD = $(XINE_LIB) ./libmpeg2/libmpeg2.la
xineplug_decode_mpeg2_la_LDFLAGS = $(xineplug_ldflags)
|