mirror of https://github.com/FFmpeg/FFmpeg.git
Drop non-informative _bfin suffix, rename some files for consistency with other architectures, rename others to reflect their content.pull/293/head
parent
929ec39ec4
commit
eb2b8bce39
8 changed files with 10 additions and 10 deletions
@ -1,10 +1,10 @@ |
||||
OBJS += bfin/dsputil_bfin.o \
|
||||
OBJS += bfin/dsputil_init.o \
|
||||
bfin/dsputil.o \
|
||||
bfin/fdct_bfin.o \
|
||||
bfin/hpel_pixels_bfin.o \
|
||||
bfin/hpel_pixels_no_rnd.o \
|
||||
bfin/idct_bfin.o \
|
||||
bfin/pixels_bfin.o \
|
||||
bfin/pixels.o \
|
||||
|
||||
OBJS-$(CONFIG_HPELDSP) += bfin/hpeldsp_bfin.o
|
||||
OBJS-$(CONFIG_VP3DSP) += bfin/vp3_bfin.o \
|
||||
bfin/vp3_idct_bfin.o
|
||||
OBJS-$(CONFIG_HPELDSP) += bfin/hpeldsp_init.o
|
||||
OBJS-$(CONFIG_VP3DSP) += bfin/vp3dsp_init.o \
|
||||
bfin/vp3dsp.o
|
||||
|
Loading…
Reference in new issue