Mercurial > mplayer.hg
changeset 14250:ca1a994df819
10l, patch by Martin Braun <braun12@gmx.de>
author | faust3 |
---|---|
date | Mon, 27 Dec 2004 18:11:06 +0000 |
parents | 8f59f661f317 |
children | 89c1422b367b |
files | vidix/drivers/Makefile |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/drivers/Makefile Mon Dec 27 18:10:30 2004 +0000 +++ b/vidix/drivers/Makefile Mon Dec 27 18:11:06 2004 +0000 @@ -143,6 +143,9 @@ $(UNICHROME_VID): $(UNICHROME_OBJS) $(CC) -shared $(UNICHROME_OBJS) $(UNICHROME_LIBS) -Wl,-soname,$(UNICHROME_VID) -o $(UNICHROME_VID) +$(SAVAGE_OBJS): $(SAVAGE_SRCS) + $(CC) -c $(SAVAGE_CFLAGS) -o $@ $< + $(SAVAGE_VID): $(SAVAGE_OBJS) $(CC) -shared $(SAVAGE_OBJS) $(SAVAGE_LIBS) -Wl,-soname,$(SAVAGE_VID) -o $(SAVAGE_VID)