[Mplayer-cvslog] CVS: main/libvo Makefile,1.12,1.13
Jürgen Keil
jkeil at mplayer.dev.hu
Fri Aug 24 18:20:07 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv29238/libvo
Modified Files:
Makefile
Log Message:
Enable mediaLib support for Solaris on UltraSPARC CPUs
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile 16 Aug 2001 15:18:46 -0000 1.12
+++ Makefile 24 Aug 2001 16:20:04 -0000 1.13
@@ -10,7 +10,7 @@
SRCS += rgb15to16mmx.c yuv2rgb_mmx.c
endif
-CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) -DMPG12PLAY #-Wall
+CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(MLIB_INC) -DMPG12PLAY #-Wall
# -I/usr/X11R6/include/
.SUFFIXES: .c .o
More information about the MPlayer-cvslog
mailing list