diff Makefile @ 214:73df666cacc7 libavcodec

Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
author nickols_k
date Sun, 20 Jan 2002 14:48:02 +0000
parents ac5075a55488
children ddb1a0e94cf4
line wrap: on
line diff
--- a/Makefile	Sun Jan 20 14:30:34 2002 +0000
+++ b/Makefile	Sun Jan 20 14:48:02 2002 +0000
@@ -37,6 +37,12 @@
 CFLAGS += $(MLIB_INC)
 endif
 
+# alpha specific stuff
+ifeq ($(TARGET_ARCH_ALPHA),yes)
+OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o
+CFLAGS += -Wa,-mpca56
+endif
+
 SRCS = $(OBJS:.o=.c) $(ASM_OBJS:.o=.s)
 
 LIB= libavcodec.a
@@ -74,6 +80,7 @@
 	rm -f *.o *~ $(LIB) $(SLIB) *.so i386/*.o i386/*~ \
 	   armv4l/*.o armv4l/*~ \
 	   mlib/*.o mlib/*~ \
+	   alpha/*.o alpha/*~ \
            libac3/*.o libac3/*~ \
            apiexample $(TESTS)