diff Makefile @ 88:06f63b58d2a8 libavcodec

mlib merge
author glantau
date Sun, 16 Sep 2001 21:54:00 +0000
parents f239f4c7dfa6
children 1d3eb6cdc6b5
line wrap: on
line diff
--- a/Makefile	Sun Sep 16 21:52:58 2001 +0000
+++ b/Makefile	Sun Sep 16 21:54:00 2001 +0000
@@ -29,6 +29,13 @@
 OBJS += armv4l/dsputil_arm.o
 endif
 
+# sun mediaLib specific stuff
+# currently only works when libavcodec is used in mplayer
+ifeq ($(HAVE_MLIB),yes)
+OBJS += mlib/dsputil_mlib.o
+CFLAGS += $(MLIB_INC)
+endif
+
 SRCS = $(OBJS:.o=.c) $(ASM_OBJS:.o=.s)
 
 LIB= libavcodec.a
@@ -58,8 +65,8 @@
 clean: 
 	rm -f *.o *~ *.a i386/*.o i386/*~ \
 	   armv4l/*.o armv4l/*~ \
+	   mlib/*.o mlib/*~ \
            libac3/*.o libac3/*~ \
-           mpglib/*.o mpglib/*~ \
            apiexample $(TESTS)
 
 distclean: clean