diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/i386/Makefile.am')
-rw-r--r-- | src/libffmpeg/libavcodec/i386/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/i386/Makefile.am b/src/libffmpeg/libavcodec/i386/Makefile.am index 0ef6bb0eb..6386800f6 100644 --- a/src/libffmpeg/libavcodec/i386/Makefile.am +++ b/src/libffmpeg/libavcodec/i386/Makefile.am @@ -16,11 +16,11 @@ libavcodec_mmx_src = \ cputest.c \ dsputil_mmx.c \ fdct_mmx.c \ + fft_sse.c \ idct_mmx.c \ motion_est_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 |