Mercurial > mplayer.hg
view liba52/Makefile @ 25890:374816d4d565
Disable reading of flac metadata, mere metadata is not worth such a mess.
If you want this, fix the implementation to not crash at least occasionally,
or wait till I get bored enough to fix it.
author | reimar |
---|---|
date | Tue, 29 Jan 2008 22:04:46 +0000 |
parents | 853622d14aa4 |
children | e9f5296505f0 |
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 ../cpudetect.o $(LIBNAME_COMMON) $(CC) $(CFLAGS) -o $@ $^ -lm