diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-08-31 12:32:24 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-08-31 12:32:24 +0000 |
commit | 5929b3a651f544a67db75e1be8b103f3f7fd5978 (patch) | |
tree | d444b7dc4eef2b2051544dcfdec59664f48389fa /libavcodec/x86 | |
parent | d81db9c7d11493cc4b97a1d9b37a8521f598a3e9 (diff) | |
download | ffmpeg-5929b3a651f544a67db75e1be8b103f3f7fd5978.tar.gz |
Fix vertical align.
Originally committed as revision 25009 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86')
-rw-r--r-- | libavcodec/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index 1c2b7bcded..236c8632d4 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -37,7 +37,7 @@ YASM-OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp.o MMX-OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp-init.o MMX-OBJS-$(HAVE_YASM) += x86/dsputil_yasm.o \ x86/deinterlace.o \ - x86/h264_chromamc.o \ + x86/h264_chromamc.o \ $(YASM-OBJS-yes) MMX-OBJS-$(CONFIG_FFT) += x86/fft.o |