Mercurial > mplayer.hg
view vidix/Makefile @ 22853:aaaedf34d589
Get netstream somewhat closer to linking.
author | diego |
---|---|
date | Sun, 01 Apr 2007 09:24:30 +0000 |
parents | 9a1e26fef45b |
children | a9e111b88c4a |
line wrap: on
line source
include ../config.mak LIBNAME_MPLAYER = libvidix.a SRCS_MPLAYER = vidixlib.c \ $(wildcard *.c) OBJS_MPLAYER = mga_crtc2_vid.o \ rage128_vid.o \ include ../mpcommon.mak mga_crtc2_vid.o: mga_vid.c $(CC) -c $(CFLAGS) -DCRTC2 -o $@ $< rage128_vid.o: radeon_vid.c $(CC) -c $(CFLAGS) -DRAGE128 -o $@ $<