mirror of https://github.com/FFmpeg/FFmpeg.git
parent
18e8fef7c9
commit
baaab6069a
8 changed files with 18 additions and 19 deletions
@ -0,0 +1 @@ |
||||
OBJS += ppc/cpu.o \
|
@ -0,0 +1 @@ |
||||
OBJS += x86/cpu.o \
|
@ -0,0 +1,3 @@ |
||||
OBJS += bfin/internal_bfin.o \
|
||||
bfin/swscale_bfin.o \
|
||||
bfin/yuv2rgb_bfin.o \
|
@ -0,0 +1,3 @@ |
||||
ALTIVEC-OBJS += ppc/swscale_altivec.o \
|
||||
ppc/yuv2rgb_altivec.o \
|
||||
ppc/yuv2yuv_altivec.o \
|
@ -0,0 +1 @@ |
||||
VIS-OBJS += sparc/yuv2rgb_vis.o \
|
@ -0,0 +1,9 @@ |
||||
OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
|
||||
|
||||
MMX-OBJS += x86/rgb2rgb.o \
|
||||
x86/swscale_mmx.o \
|
||||
x86/yuv2rgb_mmx.o \
|
||||
|
||||
YASM-OBJS += x86/input.o \
|
||||
x86/output.o \
|
||||
x86/scale.o \
|
Loading…
Reference in new issue