Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bulk update copyright dates | Erik de Castro Lopo | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | libFLAC: Remove win_utf8_io dependency | Erik de Castro Lopo | 2016-02-08 | 1 | -2/+2 |
| | | | | Path-from: lvqcl <lvqcl.mail@gmail.com> | ||||
* | Update copyright years to include 2014. | Erik de Castro Lopo | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Further updates to the Makefile.lite build system. | Evan Ramos | 2014-06-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> | ||||
* | Fix Makefile.lite build system on Linux. | Erik de Castro Lopo | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | Update Makefile.lite build system. | Evan Ramos | 2014-06-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> | ||||
* | Language fix: "difference licenses" | Ulrich Klauer | 2013-05-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> | ||||
* | Set version to 1.3.0 and update coyprights throughout. | Erik de Castro Lopo | 2013-05-26 | 1 | -1/+2 |
| | |||||
* | Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system | Hendricks266 | 2013-01-02 | 1 | -38/+8 |
| | | | | | | | | | | | | | | | | | | | | | This is a patch to allow building of the project using MSYS, MinGW, and MinGW-w64 with the following invocation: make -f Makefile.lite libFLAC libFLAC++ flac metaflac test_libs_common test_libFLAC test_libFLAC++ test_grabbag test_seeking test_streams utils examples This patch addresses eight points: 1. `uname -p` in MSYS returns "unknown" so we must use `gcc -dumpmachine` to gain information about the target, 32-bit or 64-bit. 2. MinGW-w64 does not ship with a working iconv.h, so we must disable it under this specific compiler. 3. The code requires <inttypes.h> in a handful of C files, but config.mk did not contain -DHAVE_INTTYPES_H, which under the full build process (I assume) is added by autoconf. 4. The compiler complained when lround() in lpc.c was static, so it is no longer static. 5. Additional scattered linking directives (and reordering) (particularly FLAC, grabbag, and replaygain_analysis) were necessary to build some of the components. 6. The Makefile.lite build system benefited from some cleanup, particularly by rigorously defining all entries, factoring redundancy, and establishing dependencies. (Some typos were fixed too.) 7. Shared objects on Windows use .dll, not .so. (Added *.dll, *.dylib, and *.exe to .gitignore.) 8. To allow more freedom using Makefile.lite without configure, I added the variables USE_OGG and USE_ICONV which can toggle these two components in the build process. ex: make -f Makefile.lite examples USE_OGG=0 USE_ICONV=0 These improvements make use of some use-time Makefile variable expansion. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> | ||||
* | add 2009 copyright | Josh Coalson | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | update copyright for 2008 | Josh Coalson | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | add new top level examples/ directory with one example for now ↵ | Josh Coalson | 2007-09-12 | 1 | -22/+26 |
| | | | | (example_c_decode_file) | ||||
* | add 2007 copyright | Josh Coalson | 2007-02-02 | 1 | -1/+1 |
| | |||||
* | merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation ↵ | Josh Coalson | 2006-10-15 | 1 | -15/+3 |
| | | | | still needs work | ||||
* | add 2206 to copyright notice | Josh Coalson | 2006-04-25 | 1 | -1/+1 |
| | |||||
* | add 2005 to copyright notices | Josh Coalson | 2005-01-25 | 1 | -1/+1 |
| | |||||
* | add targets/files for new test_seeking tester | Josh Coalson | 2004-09-21 | 1 | -1/+4 |
| | |||||
* | update copyright to 2004 | Josh Coalson | 2004-01-17 | 1 | -1/+1 |
| | |||||
* | change license verbiage | Josh Coalson | 2003-02-07 | 1 | -12/+12 |
| | |||||
* | Add 2003 to copyright notice | Josh Coalson | 2003-01-02 | 1 | -1/+1 |
| | |||||
* | add "src" target | Josh Coalson | 2002-12-28 | 1 | -17/+6 |
| | |||||
* | instrument for valgrind | Josh Coalson | 2002-12-04 | 1 | -1/+10 |
| | |||||
* | fix test_grabbag dependencies | Josh Coalson | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | new grabbag testers | Josh Coalson | 2002-11-22 | 1 | -2/+6 |
| | |||||
* | minor re-org | Josh Coalson | 2002-11-19 | 1 | -9/+3 |
| | |||||
* | updates to work with new grabbag lib | Josh Coalson | 2002-11-07 | 1 | -4/+2 |
| | |||||
* | add support for new file_utils convenience library | Josh Coalson | 2002-10-30 | 1 | -0/+2 |
| | |||||
* | add hooks for new replaygain wrapper lib | Josh Coalson | 2002-10-25 | 1 | -0/+2 |
| | |||||
* | add new gain_analysis convenience library | Josh Coalson | 2002-10-24 | 1 | -0/+2 |
| | |||||
* | add notion of topdir to Makefile.lite build system | Josh Coalson | 2002-10-23 | 1 | -2/+6 |
| | |||||
* | fix dependencies for flac target | Josh Coalson | 2002-09-05 | 1 | -1/+1 |
| | |||||
* | fixes based on a pass over everything with autoconf/automake | Josh Coalson | 2002-08-23 | 1 | -3/+7 |
| | |||||
* | add tests for libOggFLAC and libOggFLAC++ | Josh Coalson | 2002-08-20 | 1 | -5/+13 |
| | |||||
* | add OggFLAC dirs | Josh Coalson | 2002-08-07 | 1 | -3/+11 |
| | |||||
* | add doc target | Josh Coalson | 2002-07-24 | 1 | -1/+6 |
| | |||||
* | add plugin_xmms | Josh Coalson | 2002-06-10 | 1 | -1/+1 |
| | |||||
* | massive glob of checkins: improved tests, more tests, bugfixes | Josh Coalson | 2002-06-07 | 1 | -5/+9 |
| | |||||
* | add "share" library | Josh Coalson | 2002-05-17 | 1 | -1/+9 |
| | |||||
* | update copyright date to include 2002 | Josh Coalson | 2002-01-26 | 1 | -1/+1 |
| | |||||
* | add/update copyright and license notices | Josh Coalson | 2001-06-08 | 1 | -0/+17 |
| | |||||
* | add metaflac targets | Josh Coalson | 2001-02-23 | 1 | -1/+5 |
| | |||||
* | add -f Makefile.lite to make invocation | Josh Coalson | 2001-01-19 | 1 | -12/+12 |
| | |||||
* | renamed Makefile to Makefile.lite | Josh Coalson | 2001-01-19 | 1 | -0/+49 |