Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « sh4 « libavcodec - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f907408d9fb68415011d01f86fe36675b63f910e (plain)
1
2
3
4
5
OBJS += sh4/dsputil_align.o                                             \
        sh4/dsputil_sh4.o                                               \
        sh4/idct_sh4.o                                                  \

OBJS-$(CONFIG_H264CHROMA)               += sh4/h264chroma_init.o        \