summaryrefslogtreecommitdiff
path: root/src/video_dec/libmpeg2new/Makefile.am
blob: 3f704bad6c863f87984bf83747285626ca7cf53c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include $(top_builddir)/misc/Makefile.plugins
include $(top_srcdir)/misc/Makefile.common

AM_CFLAGS  = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG)
AM_LDFLAGS = $(xineplug_ldflags)

SUBDIRS = include libmpeg2

if ENABLE_MPEG2NEW
mpeg2new_module = xineplug_decode_mpeg2new.la
endif

xineplug_LTLIBRARIES = $(mpeg2new_module)

xineplug_decode_mpeg2new_la_SOURCES = \
	xine_mpeg2new_decoder.c

xineplug_decode_mpeg2new_la_LIBADD = $(XINE_LIB) libmpeg2/libmpeg2.la 
xineplug_decode_mpeg2new_la_CFLAGS = $(AM_CFLAGS) $(MLIB_CFLAGS)