From dbd6a0cfee0d90385cccbf7e6a6d28534918b8a0 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 23 Apr 2001 22:43:59 +0000 Subject: 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 --- src/libmpeg2/Makefile.am | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/libmpeg2/Makefile.am') 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 *~ \#* .*~ .\#* -- cgit v1.2.3