diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-12-12 00:19:14 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-12-12 00:19:14 +0000 |
commit | 193ce3ab78b4b01bfab16194c27307e62db61d2f (patch) | |
tree | 3c3c2a8be36bf8ce8a3ea6d90fbc99f48e68771a /libavcodec/Makefile | |
parent | e1b24cfddb46be1702317e665fbe776fe9fc8633 (diff) | |
download | ffmpeg-193ce3ab78b4b01bfab16194c27307e62db61d2f.tar.gz |
dnxhd get_pixels_8x4_sym sse2
Originally committed as revision 16072 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 9298778b3d..e1dd0c279d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -408,6 +408,7 @@ MMX-OBJS-$(CONFIG_WMV3_DECODER) += i386/vc1dsp_mmx.o MMX-OBJS-$(HAVE_YASM) += i386/dsputil_yasm.o OBJS-$(HAVE_MMX) += i386/cpuid.o \ + i386/dnxhd_mmx.o \ i386/dsputil_mmx.o \ i386/fdct_mmx.o \ i386/idct_mmx_xvid.o \ |