[Mplayer-cvslog] CVS: main/TVout/fbset Makefile,1.1.1.1,1.2

Atmosfear atmos4 at mplayer.dev.hu
Sat Jul 28 07:36:47 CEST 2001


Update of /cvsroot/mplayer/main/TVout/fbset
In directory mplayer:/var/tmp.root/cvs-serv11397/TVout/fbset

Modified Files:
	Makefile 
Log Message:
Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at qualcomm.com> and fixed a --datadir bug in configure.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/TVout/fbset/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Makefile	24 Feb 2001 20:28:55 -0000	1.1.1.1
+++ Makefile	28 Jul 2001 05:36:44 -0000	1.2
@@ -2,7 +2,7 @@
 # Linux Frame Buffer Device Configuration
 #
 
-CC =		gcc -Wall -O2 -I.
+CC =		$(CC) -Wall -O2 -I.
 BISON =		bison -d
 FLEX =		flex
 INSTALL =	install




More information about the MPlayer-cvslog mailing list