You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
xvids mmx&mmx2 idcts
needed to decode xvid without some minor artefacts under #ifdef CONFIG_GPL of course Originally committed as revision 4572 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -311,6 +311,9 @@ OBJS += i386/fdct_mmx.o i386/cputest.o \
|
||||
i386/idct_mmx.o i386/motion_est_mmx.o \
|
||||
i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o \
|
||||
i386/vp3dsp_sse2.o
|
||||
ifeq ($(CONFIG_GPL),yes)
|
||||
OBJS += i386/idct_mmx_xvid.o
|
||||
endif
|
||||
ifdef TARGET_BUILTIN_VECTOR
|
||||
i386/fft_sse.o: CFLAGS+= -msse
|
||||
depend: CFLAGS+= -msse
|
||||
|
||||
Reference in New Issue
Block a user