Mercurial > mplayer.hg
view TOOLS/mpfc/Makefile @ 6473:6c45b8bf9a3e
date: 2002/06/16 09:10:00; author: nickols_k; state: Exp; lines: +17 -13
fixed some DOS-memory leaks
patch adopted from mpxp by Tibcu, this fixes vesaout crashes after playing
multiple files.
author | atmos4 |
---|---|
date | Fri, 21 Jun 2002 02:20:30 +0000 |
parents | a721a2b91d3d |
children |
line wrap: on
line source
TARGET = mpfc-ce mpfc-kr LIBS=-lgd -lttf -lpng all: $(TARGET) mpfc-ce: mpfc-ce.c $(CC) -Wall -O2 -o $@ $< $(LIBS) mpfc-kr: mpfc-kr.c $(CC) -Wall -O2 -o $@ $< $(LIBS) clean: -rm -f $(TARGET)