mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-07 11:13:41 +02:00
a3a55645f0
It has been disabled as 'broken' over 3 years ago in b716a792
10 lines
576 B
Makefile
10 lines
576 B
Makefile
OBJS += bfin/dsputil_bfin.o \
|
|
bfin/fdct_bfin.o \
|
|
bfin/idct_bfin.o \
|
|
bfin/pixels_bfin.o \
|
|
|
|
OBJS-$(CONFIG_HPELDSP) += bfin/hpeldsp_bfin.o \
|
|
bfin/hpel_pixels_bfin.o
|
|
OBJS-$(CONFIG_VP3DSP) += bfin/vp3_bfin.o \
|
|
bfin/vp3_idct_bfin.o
|