summaryrefslogtreecommitdiff
path: root/src/libmpeg2new/Makefile.am
blob: 196ea7fea61742a37d0df4a849c04f43ba6505bf (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_mpeg2new.la

xineplug_decode_mpeg2new_la_SOURCES = \
	xine_mpeg2new_decoder.c

xineplug_decode_mpeg2new_la_CFLAGS = $(VISIBILITY_FLAG) $(LIBMPEG2_CFLAGS)
xineplug_decode_mpeg2new_la_LIBADD = $(XINE_LIB) libmpeg2/libmpeg2.la 
xineplug_decode_mpeg2new_la_LDFLAGS = $(xineplug_ldflags)