diff options
Diffstat (limited to 'build/config.mk')
-rw-r--r-- | build/config.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/config.mk b/build/config.mk index 5dd72bbe..6d1d1d8f 100644 --- a/build/config.mk +++ b/build/config.mk @@ -1,5 +1,6 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson +# Copyright (C) 2001-2009 Josh Coalson +# Copyright (C) 2011-2013 Xiph.Org Foundation # # This file is part the FLAC project. FLAC is comprised of several # components distributed under difference licenses. The codec libraries @@ -79,7 +80,7 @@ all default: $(DEFAULT_BUILD) # GNU makefile fragment for emulating stuff normally done by configure # -VERSION=\"1.2.1\" +VERSION=\"1.3.0\" CONFIG_CFLAGS=-DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_CXX_VARARRAYS -DHAVE_LANGINFO_CODESET -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 |