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: 8b7f1abd9fc7e42c84ee495b03d6f9a028a5bbd9 (plain)
1
2
3
4
5
6
7
8
9
10
OBJS += alpha/blockdsp_alpha.o                                          \
        alpha/dsputil_alpha.o                                           \
        alpha/dsputil_alpha_asm.o                                       \
        alpha/motion_est_alpha.o                                        \
        alpha/motion_est_mvi_asm.o                                      \
        alpha/simple_idct_alpha.o                                       \

OBJS-$(CONFIG_HPELDSP)                  += alpha/hpeldsp_alpha.o        \
                                           alpha/hpeldsp_alpha_asm.o
OBJS-$(CONFIG_MPEGVIDEO)                += alpha/mpegvideo_alpha.o