Mercurial > mplayer.hg
view tremor/Makefile @ 24663:f5610b142363
Detect support of and add necessary CFLAGS to avoid crashes when loading
Win32 DLLs on Mac OS X / Intel.
based on patch by Ulion, ulion2002 gmail com
author | diego |
---|---|
date | Mon, 01 Oct 2007 22:46:33 +0000 |
parents | 795791668295 |
children | d4f4ce3534c3 |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = libvorbisidec.a SRCS_COMMON = bitwise.c \ block.c \ codebook.c \ floor0.c \ floor1.c \ framing.c \ info.c \ mapping0.c \ mdct.c \ registry.c \ res012.c \ sharedbook.c \ synthesis.c \ window.c \ CFLAGS-$(TREMOR_LOW) += -D_LOW_ACCURACY_ include ../mpcommon.mak