diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/i386/Makefile.am')
-rw-r--r-- | src/libffmpeg/libavcodec/i386/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/i386/Makefile.am b/src/libffmpeg/libavcodec/i386/Makefile.am index 15bec161e..53f1f6528 100644 --- a/src/libffmpeg/libavcodec/i386/Makefile.am +++ b/src/libffmpeg/libavcodec/i386/Makefile.am @@ -17,8 +17,9 @@ libavcodec_mmx_src = \ fdct_mmx.c \ idct_mmx.c \ motion_est_mmx.c \ - mpegvideo_mmx.c \ + mpegvideo_mmx.c \ simple_idct_mmx.c +# fft_sse.c - needs new header from gcc 3.1 libavcodec_mmx_dummy = libavcodec_mmx_dummy.c |