Mercurial > mplayer.hg
view Gui/gui.mak @ 1873:f27465a65e41
IMGFMT_MPEGPES support
author | arpi |
---|---|
date | Sat, 08 Sep 2001 23:28:17 +0000 |
parents | 32b1bb50a0e8 |
children | d21f8afc7680 |
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 language.c error.c OBJS = $(SRCS:.c=.o)