summaryrefslogtreecommitdiff
path: root/src/libmpeg2/Makefile.am
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-04-23 00:34:59 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-04-23 00:34:59 +0000
commit2d61e7f5cd4f5add1aaab63fe54a17a416fe275a (patch)
treeb3348bc8a5d92ef84e4433bad8d897716c0c31d9 /src/libmpeg2/Makefile.am
parent6f114fb0e414ba8fab9627558d7b299436fece19 (diff)
downloadxine-lib-2d61e7f5cd4f5add1aaab63fe54a17a416fe275a.tar.gz
xine-lib-2d61e7f5cd4f5add1aaab63fe54a17a416fe275a.tar.bz2
further decoder plugin fixes (mpeg2)
CVS patchset: 16 CVS date: 2001/04/23 00:34:59
Diffstat (limited to 'src/libmpeg2/Makefile.am')
-rw-r--r--src/libmpeg2/Makefile.am15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/libmpeg2/Makefile.am b/src/libmpeg2/Makefile.am
index a7031295c..c6c6a1391 100644
--- a/src/libmpeg2/Makefile.am
+++ b/src/libmpeg2/Makefile.am
@@ -1,13 +1,20 @@
-CFLAGS = @BUILD_LIB_STATIC@ @LIBMPEG2_CFLAGS@ @GLOBAL_CFLAGS@
+CFLAGS = @LIBMPEG2_CFLAGS@ @GLOBAL_CFLAGS@
EXTRA_DIST = idct_mlib.c idct_mlib.h motion_comp_mlib.c
-noinst_LTLIBRARIES = libmpeg2.la
+LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
+
+libdir = $(XINE_PLUGINDIR)
+
+lib_LTLIBRARIES = xineplug_decode_mpeg2.la
#libmpeg2_la_SOURCES = slice.c header.c stats.c idct.c motion_comp.c\
# decode.c idct_mmx.c motion_comp_mmx.c
-libmpeg2_la_SOURCES = slice.c header.c stats.c idct.c motion_comp.c\
- decode.c idct_mmx.c motion_comp_mmx.c
+
+xineplug_decode_mpeg2_la_SOURCES = slice.c header.c stats.c idct.c motion_comp.c\
+ decode.c idct_mmx.c motion_comp_mmx.c xine_decoder.c
+xineplug_decode_mpeg2_la_LDFLAGS = -avoid-version -module
+
noinst_HEADERS = vlc.h mpeg2.h mpeg2_internal.h