summaryrefslogtreecommitdiff
path: root/src/libmpeg2/Makefile.am
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-04-23 22:43:59 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-04-23 22:43:59 +0000
commitdbd6a0cfee0d90385cccbf7e6a6d28534918b8a0 (patch)
tree3958aed69403dd80d2d2c35e8296370e97789826 /src/libmpeg2/Makefile.am
parent0f2bc0625a00c5596cd84bd58698ab53c34d9cf7 (diff)
downloadxine-lib-dbd6a0cfee0d90385cccbf7e6a6d28534918b8a0.tar.gz
xine-lib-dbd6a0cfee0d90385cccbf7e6a6d28534918b8a0.tar.bz2
Fixed libmpeg2 plugin decoder name (i think) + debug build cflags. Add
get_id in video_decoder_t struct type. Harmonize plugin array names in xine_t struct type (video_decoders and audio_decoders names). More works in load_plugins.c (not finished, really not). CVS patchset: 18 CVS date: 2001/04/23 22:43:59
Diffstat (limited to 'src/libmpeg2/Makefile.am')
-rw-r--r--src/libmpeg2/Makefile.am11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/libmpeg2/Makefile.am b/src/libmpeg2/Makefile.am
index c6c6a1391..8eadd03a0 100644
--- a/src/libmpeg2/Makefile.am
+++ b/src/libmpeg2/Makefile.am
@@ -6,20 +6,19 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
libdir = $(XINE_PLUGINDIR)
-lib_LTLIBRARIES = xineplug_decode_mpeg2.la
+lib_LTLIBRARIES = xineplug_vo_dec_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
-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
-
+xineplug_vo_dec_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_vo_dec_mpeg2_la_LDFLAGS = -avoid-version -module
noinst_HEADERS = vlc.h mpeg2.h mpeg2_internal.h
debug:
- $(MAKE) CFLAGS="$(DEBUG_CFLAGS) @BUILD_LIB_STATIC@"
+ $(MAKE) CFLAGS="$(DEBUG_CFLAGS)"
mostlyclean-generic:
-rm -f *~ \#* .*~ .\#*