Mercurial > mplayer.hg
view vidix/Makefile @ 22875:15ca243429f9
typo fixes ported from VLC
author | diego |
---|---|
date | Sun, 01 Apr 2007 14:42:13 +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 $@ $<