mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
7 lines
438 B
Makefile
7 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
|