[Mplayer-cvslog] CVS: main/TOOLS/mpfc Makefile,1.1,1.2
Atmosfear
atmos4 at mplayer.dev.hu
Sat Jul 28 07:36:47 CEST 2001
Update of /cvsroot/mplayer/main/TOOLS/mpfc
In directory mplayer:/var/tmp.root/cvs-serv11397/TOOLS/mpfc
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/TOOLS/mpfc/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile 17 Jun 2001 23:58:37 -0000 1.1
+++ Makefile 28 Jul 2001 05:36:44 -0000 1.2
@@ -6,10 +6,10 @@
all: $(TARGET)
mpfc-ce: mpfc-ce.c
- gcc -Wall -O2 -o $@ $< $(LIBS)
+ $(CC) -Wall -O2 -o $@ $< $(LIBS)
mpfc-kr: mpfc-kr.c
- gcc -Wall -O2 -o $@ $< $(LIBS)
+ $(CC) -Wall -O2 -o $@ $< $(LIBS)
clean:
-rm -f $(TARGET)
More information about the MPlayer-cvslog
mailing list