Mercurial > mplayer.hg
view Gui/gui.mak @ 2306:42cf51474f45
Qualitative speedup for P3 & K7 cpus
author | nick |
---|---|
date | Sat, 20 Oct 2001 13:11:10 +0000 |
parents | d21f8afc7680 |
children | d47cbcdce1a8 |
line wrap: on
line source
SKINSRC = skin/skin.c skin/font.c skin/cut.c SKINOBJ = skin/skin.o skin/font.o skin/cut.o MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \ $(MPLAYERDIR)psignal.c MPLAYEROBJS = $(MPLAYERSRCS:.c=.o) SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c timer.c error.c OBJS = $(SRCS:.c=.o)