Skip to content
Snippets Groups Projects
Commit a7cc4ac9 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

bfin: dsputil: Unconditionally compile hpel pixels code

The functions it contains are used from unconditionally compiled code.
parent 13ae97b2
No related branches found
No related tags found
No related merge requests found
OBJS += bfin/dsputil_bfin.o \ OBJS += bfin/dsputil_bfin.o \
bfin/fdct_bfin.o \ bfin/fdct_bfin.o \
bfin/hpel_pixels_bfin.o \
bfin/idct_bfin.o \ bfin/idct_bfin.o \
bfin/pixels_bfin.o \ bfin/pixels_bfin.o \
OBJS-$(CONFIG_HPELDSP) += bfin/hpeldsp_bfin.o \ OBJS-$(CONFIG_HPELDSP) += bfin/hpeldsp_bfin.o
bfin/hpel_pixels_bfin.o
OBJS-$(CONFIG_VP3DSP) += bfin/vp3_bfin.o \ OBJS-$(CONFIG_VP3DSP) += bfin/vp3_bfin.o \
bfin/vp3_idct_bfin.o bfin/vp3_idct_bfin.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment