From ad86ea038a0b4803c7e3f1a82a293e2ee538e345 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 1 Nov 2003 18:12:53 +0000 Subject: big ffmpeg patch * do not define CONFIG_ENCODERS any more, use a stripped down XINE_MPEG_ENCODER, which will only compile an I-frame-only MPEG1 encoder (speeds up compile time) * fix a lot of warnings in ffmpeg (a good deal of which have already been submitted to the ffmpeg project by Mike) * simplify some Makefiles CVS patchset: 5667 CVS date: 2003/11/01 18:12:53 --- src/libffmpeg/libavcodec/mlib/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/libffmpeg/libavcodec/mlib') diff --git a/src/libffmpeg/libavcodec/mlib/Makefile.am b/src/libffmpeg/libavcodec/mlib/Makefile.am index 73f2495d6..69e9ed245 100644 --- a/src/libffmpeg/libavcodec/mlib/Makefile.am +++ b/src/libffmpeg/libavcodec/mlib/Makefile.am @@ -15,8 +15,3 @@ mlib_modules = $(libavcodec_mlib_src) endif libavcodec_mlib_la_SOURCES = $(mlib_modules) $(libavcodec_mlib_dummy) - -noinst_HEADERS = - -.s.lo: - $(ASCOMPILE) -o $@ `test -f $< || echo '$(srcdir)/'`$< -- cgit v1.2.3