- 26 Dec, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Dec, 2014 1 commit
-
-
Max Kellermann authored
-
- 22 Dec, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Dec, 2014 1 commit
-
-
Max Kellermann authored
-
- 12 Dec, 2014 1 commit
-
-
Max Kellermann authored
SQLite 3.7.3 is the version shipped in Debian Squeeze (oldstable); should be old enough to be the required version. Drop the compatibility #ifdef.
-
- 09 Dec, 2014 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't assume "-lpthread". Just use PTHREAD_CFLAGS, as determined by AX_PTHREAD.
-
Max Kellermann authored
Works around a linker problem with some older glibc versions: if "-lrt" was used, then "-pthread" was implied, but only the symbols used by librt were available. This led to a linker error because pthread_atfork() was not found. So with "-lrt", autoconf decides that no pthread flag is necessary, but in the end fails due to pthread_atfork() missing. By checking for pthread before librt, we avoid this dependency problem.
-
Max Kellermann authored
-
Max Kellermann authored
Replaces the old options --with-tremor-libraries and --with-tremor-includes.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't imply the library's name is "vorbisidec"; use whatever we found inside TREMOR_LIBS.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Dec, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Dec, 2014 6 commits
-
-
Max Kellermann authored
Require the version 2 which has a more sane API.
-
Max Kellermann authored
Since version 2.32, g_thread_init() is deprecated and a no-op. Let's upgrade that (optional) dependency so we can remove all those g_thread_init() calls.
-
Max Kellermann authored
Only very few (minor) features still depend on GLib.
-
Max Kellermann authored
Remove our own songlength database parser.
-
Max Kellermann authored
Replaces g_ascii_strup() and allows building the Vorbis encoder without GLib.
-
Max Kellermann authored
Replaces GLib's g_strsplit().
-
- 02 Dec, 2014 1 commit
-
-
Max Kellermann authored
Use simple string and path parsing functions instead of GLib's g_pattern_match(), which was used in a very clumsy way.
-
- 01 Dec, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 25 Nov, 2014 1 commit
-
-
Max Kellermann authored
libmp4v2 is licensed under MPL 1.1, which is incompatible with GPLv2. Unfortunately, this means that we must remove the plugin. More information can be found in the Debian bug report: http://bugs.debian.org/767504
-
- 24 Nov, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 22 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 21 Nov, 2014 2 commits
-
-
Max Kellermann authored
Simplify the definition of many build options.
-
Max Kellermann authored
-
- 20 Nov, 2014 1 commit
-
-
Max Kellermann authored
-