FFmpeg/libavcodec/bfin/Makefile
Diego Biurrun eb2b8bce39 bfin: Use more sensible file names
Drop non-informative _bfin suffix, rename some files for consistency with
other architectures, rename others to reflect their content.
2014-03-13 08:15:53 -07:00

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