mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 02:04:58 +00:00
8 lines
438 B
Makefile
8 lines
438 B
Makefile
OBJS += 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_MPEGVIDEO) += alpha/mpegvideo_alpha.o
|