From 7cd6147e6b653280f2e7ef82cc987283d1a2545b Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Mon, 9 Jun 2003 23:14:17 +0000 Subject: More libmpeg2new updates CVS patchset: 5020 CVS date: 2003/06/09 23:14:17 --- src/libmpeg2new/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/libmpeg2new/Makefile.am (limited to 'src') diff --git a/src/libmpeg2new/Makefile.am b/src/libmpeg2new/Makefile.am new file mode 100644 index 000000000..a7d422bd5 --- /dev/null +++ b/src/libmpeg2new/Makefile.am @@ -0,0 +1,16 @@ +include $(top_srcdir)/misc/Makefile.common + +AM_CFLAGS = $(LIBMPEG2_CFLAGS) + +EXTRA_DIST = idct_mlib.c idct_mlib.h motion_comp_mlib.c + +libdir = $(XINE_PLUGINDIR) + +lib_LTLIBRARIES = xineplug_decode_mpeg2.la + +xineplug_decode_mpeg2_la_SOURCES = \ + xine_decoder.c + +xineplug_decode_mpeg2_la_LIBADD = $(XINE_LIB) /usr/local/lib/libmpeg2.la +xineplug_decode_mpeg2_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + -- cgit v1.2.3