From 5929b3a651f544a67db75e1be8b103f3f7fd5978 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 31 Aug 2010 12:32:24 +0000 Subject: Fix vertical align. Originally committed as revision 25009 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') 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 -- cgit v1.2.3