From 150c9823e71a161e97003849cf8b2f55b21520bd Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 26 Aug 2013 15:10:18 +0100 Subject: adding ffmpeg specific version --- ffmpeg1/libavcodec/alpha/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ffmpeg1/libavcodec/alpha/Makefile (limited to 'ffmpeg1/libavcodec/alpha/Makefile') diff --git a/ffmpeg1/libavcodec/alpha/Makefile b/ffmpeg1/libavcodec/alpha/Makefile new file mode 100644 index 0000000..6f22137 --- /dev/null +++ b/ffmpeg1/libavcodec/alpha/Makefile @@ -0,0 +1,9 @@ +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_HPELDSP) += alpha/hpeldsp_alpha.o \ + alpha/hpeldsp_alpha_asm.o +OBJS-$(CONFIG_MPEGVIDEO) += alpha/mpegvideo_alpha.o -- cgit v1.2.3