summaryrefslogtreecommitdiff
path: root/ffmpeg1/libavcodec/alpha/Makefile
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-08-26 15:10:18 +0100
committerTim Redfern <tim@eclectronics.org>2013-08-26 15:10:18 +0100
commit150c9823e71a161e97003849cf8b2f55b21520bd (patch)
tree3559c840cf403d1386708b2591d58f928c7b160d /ffmpeg1/libavcodec/alpha/Makefile
parentb4b1e2630c95d5e6014463f7608d59dc2322a3b8 (diff)
adding ffmpeg specific version
Diffstat (limited to 'ffmpeg1/libavcodec/alpha/Makefile')
-rw-r--r--ffmpeg1/libavcodec/alpha/Makefile9
1 files changed, 9 insertions, 0 deletions
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