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

Makefile « alpha « libavcodec - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e55fe49b7bdd3b0f3ec31e54bb5f2074f891bdb9 (plain)
1
2
3
4
5
6
OBJS += alpha/dsputil_alpha.o                                           \
        alpha/dsputil_alpha_asm.o                                       \
        alpha/motion_est_alpha.o                                        \
        alpha/motion_est_mvi_asm.o                                      \
        alpha/mpegvideo_alpha.o                                         \
        alpha/simple_idct_alpha.o                                       \