blob: f0df03d752fc96b2ab31e4fc45318428985a1795 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include $(top_srcdir)/misc/Makefile.common
AM_CPPFLAGS = $(LIBFFMPEG_CPPFLAGS)
EXTRA_DIST = asm.h \
dsputil_alpha.c \
mpegvideo_alpha.c \
motion_est_alpha.c \
motion_est_mvi_asm.S \
regdef.h \
dsputil_alpha_asm.S \
simple_idct_alpha.c
|