- 12 Mar, 2013 1 commit
-
-
Erik de Castro Lopo authored
Add explicit extern to functions that are locally declared inline but which also have non-inline public prototypes. It seems MS VS does not quite meet the C99 spec (section 6.7.4).
-
- 10 Mar, 2013 7 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
The existing flac_min macro was generating -Wshadow compiler warnings when nested.
-
Erik de Castro Lopo authored
The files src/flac/encode.c and src/libFLAC/stream_encoder.c use functions in libFLAC that are marked as 'unpublished debug routines'. This patch moves these functions to new file include/share/private.h and marks them as 'unpublished debug routines'.
-
Erik de Castro Lopo authored
Patch from LRN <lrn1986@gmail.com>.
-
Erik de Castro Lopo authored
Add this and other macros to Makefile.am.
-
Erik de Castro Lopo authored
-
- 09 Mar, 2013 8 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
Macro was misbehaving with OpenBSD's sed.
-
Erik de Castro Lopo authored
Using -gnu-inline avoids a rather ugly warning message that only seems to be present with gcc-4.2.
-
Erik de Castro Lopo authored
Apparently seq is a GNU program that isn't installed by default on OpenBSD.
-
Erik de Castro Lopo authored
-
- 08 Mar, 2013 5 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
Patch from Ben Allison <benski@winamp.com> and tweaked to change version from 1.3.0 (which hasn't been released yet) to 1.3.0pre1.
-
Erik de Castro Lopo authored
-
- 06 Mar, 2013 1 commit
-
-
Erik de Castro Lopo authored
Patch tweaked a little to fix Linux build and clean up minor problems.
-
- 05 Mar, 2013 6 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
Extra compile options are detected at configure time with new XIPH_ADD_*FLAGS m4 macros. Options enabled include -Wextra, -D_FORTIFY_SOURCE=2 and stack protection.
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
Also mention --no-ignore-chunk-sizes option.
-
- 04 Mar, 2013 1 commit
-
-
Erik de Castro Lopo authored
The stat program has different command line parameters depend on whether its the GNU or BSD version. Sitch to 'wc -c' instead which seems more portable. Plus other minor improvements.
-
- 02 Mar, 2013 3 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
This commit accepts the new default channel masks for 6.1 and 7.1 surround input WAV files, and writes the corresponding masks when decoding to WAV without a channel mask from the metadata block. The local copy of the format spec is also updated with the new text from the flac-website repository. Patch from Ralph Giles <giles@mozilla.com>
-
- 08 Feb, 2013 4 commits
-
-
This allows the script to be run from somewhere other than the top-level build directory. Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
f0296255 switched to --std=c99 by default, but old glib relies on the pre-C99 extern inline rules. Override G_INLINE_FUNC for it to avoid multiple definition linker errors. Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
Not sure where this was coming from before, but it's not getting included elsewhere on my system, so include it explicitly. Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
9b7cb22f removed the extra libtool-disable-static script in favor of always building with disable-static, but plugin_xmms still referenced libtool-disable-static explicitly. Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 25 Jan, 2013 1 commit
-
-
Erik de Castro Lopo authored
-
- 19 Jan, 2013 1 commit
-
-
Generated documentation needs to be removed by this target for 'distcheck' to succeed. Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 18 Jan, 2013 1 commit
-
-
This is equivalent and just makes the code shorter. Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 17 Jan, 2013 1 commit
-
-
Erik de Castro Lopo authored
-