1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-11 03:16:59 +02:00
ffmpeg/libavcodec/sh4/Makefile
Michael Niedermayer 278bd2054c sh4: hpeldsp: Move half-pel assembly from dsputil to hpeldsp
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-04-19 23:29:21 +03:00

8 lines
355 B
Makefile

OBJS += sh4/dsputil_align.o \
sh4/dsputil_sh4.o \
sh4/idct_sh4.o \
OBJS-$(CONFIG_H264CHROMA) += sh4/h264chroma_init.o \
OBJS-$(CONFIG_HPELDSP) += sh4/hpeldsp.o