Mercurial > mplayer.hg
view vidix/Makefile @ 22899:515545f81186
There was a fallback value for libtheora linker flags, but it was never added
to the right variable that collects linker flags.
author | diego |
---|---|
date | Fri, 06 Apr 2007 09:22:28 +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 $@ $<