Mercurial > mplayer.hg
view liba52/Makefile @ 23044:7d693457f85e
updated the ati vidix driver with the one from upstream vidix, it now supports much more GPUs (including all Radeon > 9600 and X series)
author | ben |
---|---|
date | Sun, 22 Apr 2007 13:25:50 +0000 |
parents | afb7111123bb |
children | 853622d14aa4 |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = liba52.a SRCS_COMMON = crc.c \ resample.c \ bit_allocate.c \ bitstream.c \ downmix.c \ imdct.c \ parse.c \ include ../mpcommon.mak test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON) $(CC) $(CFLAGS) -o $@ $^ -lm