1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

swscale: x86: Drop pointless _mmx suffix from filenames

The files do not contain only MMX code.
This commit is contained in:
Diego Biurrun 2012-07-21 22:33:03 +02:00
parent fd48721849
commit 16d2a1a51c
3 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
MMX-OBJS += x86/rgb2rgb.o \
x86/swscale_mmx.o \
x86/yuv2rgb_mmx.o \
x86/swscale.o \
x86/yuv2rgb.o \
YASM-OBJS += x86/input.o \
x86/output.o \