From 4c0836e8f1504db9bbb329a1351050a8ff2cf469 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 7 Aug 2001 23:59:50 +0000 Subject: latest ffmpeg updates - mmx works\! :-) CVS patchset: 400 CVS date: 2001/08/07 23:59:50 --- src/libffmpeg/libavcodec/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libffmpeg/libavcodec/Makefile.am') diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am index 046974ac8..c9a19f498 100644 --- a/src/libffmpeg/libavcodec/Makefile.am +++ b/src/libffmpeg/libavcodec/Makefile.am @@ -9,8 +9,8 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic noinst_LTLIBRARIES = libavcodec.la if HAVE_FFMMX -#mmx_modules = mpegvideo_mmx.c sad_mmx.s dsputil_mmx.c -mmx_modules = mpegvideo_mmx.c sad_mmx.s +mmx_modules = mpegvideo_mmx.c sad_mmx.s dsputil_mmx.c idct_mmx.c +#mmx_modules = mpegvideo_mmx.c sad_mmx.s endif libavcodec_la_SOURCES = dsputil.c fdctref.c jfdctfst.c mpeg12.c \ -- cgit v1.2.3