mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-18 03:19:31 +02:00
eb2b8bce39
Drop non-informative _bfin suffix, rename some files for consistency with other architectures, rename others to reflect their content.
11 lines
639 B
Makefile
11 lines
639 B
Makefile
OBJS += bfin/dsputil_init.o \
|
|
bfin/dsputil.o \
|
|
bfin/fdct_bfin.o \
|
|
bfin/hpel_pixels_no_rnd.o \
|
|
bfin/idct_bfin.o \
|
|
bfin/pixels.o \
|
|
|
|
OBJS-$(CONFIG_HPELDSP) += bfin/hpeldsp_init.o
|
|
OBJS-$(CONFIG_VP3DSP) += bfin/vp3dsp_init.o \
|
|
bfin/vp3dsp.o
|