[MPlayer-cvslog] r22857 - in trunk/TOOLS: Makefile README mpfc png2raw.c subfont-c

diego subversion at mplayerhq.hu
Sat Mar 31 16:14:28 CEST 2007


Author: diego
Date: Sat Mar 31 16:14:28 2007
New Revision: 22857

Removed:
   trunk/TOOLS/mpfc/
   trunk/TOOLS/png2raw.c
   trunk/TOOLS/subfont-c/
Modified:
   trunk/TOOLS/Makefile
   trunk/TOOLS/README

Log:
Remove obsolete bitmap font tools.


Modified: trunk/TOOLS/Makefile
==============================================================================
--- trunk/TOOLS/Makefile	(original)
+++ trunk/TOOLS/Makefile	Sat Mar 31 16:14:28 2007
@@ -8,7 +8,6 @@ OBJS = alaw-gen$(EXESUF) \
 	avisubdump$(EXESUF) \
 	dump_mp4$(EXESUF) \
 	movinfo$(EXESUF) \
-	png2raw$(EXESUF) \
 	subrip$(EXESUF) \
 #	vivodump$(EXESUF) \
 
@@ -18,9 +17,6 @@ endif
 
 all: $(OBJS)
 
-png2raw$(EXESUF): png2raw.c
-	$(CC) $< -o $@ -lpng
-
 subrip$(EXESUF): subrip.c
 	$(CC) $(CFLAGS) -g -o $@ $< ../vobsub.o ../spudec.o ../mp_msg.o \
           ../unrarlib.o ../libswscale/libswscale.a ../libavutil/libavutil.a \

Modified: trunk/TOOLS/README
==============================================================================
--- trunk/TOOLS/README	(original)
+++ trunk/TOOLS/README	Sat Mar 31 16:14:28 2007
@@ -391,15 +391,6 @@ Description:  Show QuickTime MOV file st
 Usage:        movinfo <filename.mov>
 
 
-png2raw
-
-Author:       Arpi
-
-Description:  PNG to RAW image converter, used by .raw font creators.
-
-Usage:        png2raw <file1> [file2...]
-
-
 vivodump
 
 Author:       Arpi



More information about the MPlayer-cvslog mailing list