diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/Makefile.am')
-rw-r--r-- | src/libffmpeg/libavcodec/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |