Browse Source

Fix vertical align.

Originally committed as revision 25009 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Ronald S. Bultje 15 years ago
parent
commit
5929b3a651
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/x86/Makefile

+ 1
- 1
libavcodec/x86/Makefile View File

@@ -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


Loading…
Cancel
Save