- 10 Dec, 2014 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't scan tag items if the handler doesn't implement the tag() method.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Dec, 2014 32 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
May be more clear than operators.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
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
Was using the wrong variable. Regression by commit 16f870aa
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Skipping those songs silently will confuse the client, because commands specifying the song index within a playlist (e.g. playlistdelete) will be out of sync. This copies spl_print()'s behavior to playlist_file_print().
-
Max Kellermann authored
-
- 08 Dec, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-