[Mplayer-cvslog] CVS: main/libmpeg2 Makefile,1.6,1.7
Jürgen Keil
jkeil at mplayer.dev.hu
Fri Aug 24 18:20:07 CEST 2001
Update of /cvsroot/mplayer/main/libmpeg2
In directory mplayer:/var/tmp.root/cvs-serv29238/libmpeg2
Modified Files:
Makefile
Log Message:
Enable mediaLib support for Solaris on UltraSPARC CPUs
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 26 Jun 2001 23:15:57 -0000 1.6
+++ Makefile 24 Aug 2001 16:20:04 -0000 1.7
@@ -3,9 +3,11 @@
include ../config.mak
-SRCS = header.c idct.c idct_mmx.c motion_comp.c motion_comp_mmx.c slice.c stats.c decode.c
+SRCS = header.c idct.c idct_mmx.c idct_mlib.c \
+ motion_comp.c motion_comp_mmx.c motion_comp_mlib.c \
+ slice.c stats.c decode.c
OBJS = $(SRCS:.c=.o)
-INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC)
+INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) $(MLIB_INC)
CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
.SUFFIXES: .c .o
More information about the MPlayer-cvslog
mailing list