- 05 Oct, 2016 13 commits
-
-
Ralph Giles authored
-
Marcel Metz authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Marcel Metz authored
-
Marcel Metz authored
This allows to switch between different build systems when building multiple test matrix configurations.
-
Ralph Giles authored
Both the generated format specification document and the static html documents depend on the logo in fish_xiph_org.png. Unfortunately we can't list them both in their respective dependencies because both are passed to doc_DATA for installation and automake doesn't seem to remove duplicates, causing /usr/bin/install to complain about the overwrite. I couldn't find a good solution to this. Wrapping the doc_DATA value in GNU make's $(sort /list/) function would work, but automake warns about the non-portable construct. Instead, I've just removed it from the spec dependency list and appended it manually.
-
Ralph Giles authored
New equations were added to the spec source in the previous update (early last year) but the generated graphic versions where not added to the repository. Also add all the generated figures to the distribution. No sense in shipping a spec with broken links.
-
Marcel Metz authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Marcel Metz authored
-
Marcel Metz authored
-
Marcel Metz authored
-
Marcel Metz authored
-
Marcel Metz authored
This allows to switch between different build systems when building multiple test matrix configurations.
-
Marcel Metz authored
Preparations for building with multiple build systems
-
- 04 Oct, 2016 1 commit
-
-
Russell Greene authored
Include vorbis library when linking vorbisfile and vorbisenc. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 08 Sep, 2016 1 commit
-
-
Ralph Giles authored
This makes the minimal changes necessary to build the dynamic solution Win32|Debug target with VS2015 and against the static solution from the ogg master branch. The other targets can be added after updating the project files for VS2015.
-
- 22 Jul, 2016 1 commit
-
-
Christian Weiske authored
This allows linking to specific sections. Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
- 14 May, 2016 1 commit
-
-
Erik de Castro Lopo authored
The `doc/Vorbis_I_spec*.png` files are checked into git, but were also being incorrectly deleted during `make clean` because they were listed in `CLEANFILES`.
-
- 28 Mar, 2016 8 commits
-
-
Ralph Giles authored
Configure only looks for doxygen if --enable-docs is passed, so report that as the issue instead.
-
Ralph Giles authored
We want to be warning-free, so this should be the default, not just debug builds. It already is on most other targets.
-
Ralph Giles authored
Recover the full compiler command lines for reference in the logs after the AM_SILENT_RULES change.
-
Ralph Giles authored
Makes warnings more obvious.
-
Steffen Ohrendorf authored
-
Chocobo1 authored
-
Chocobo1 authored
-
Chocobo1 authored
-
- 18 Jan, 2016 1 commit
-
-
Ralph Giles authored
This lets our test job dispatch on the container infrastructure, which is faster.
-
- 13 Oct, 2015 1 commit
-
-
Ralph Giles authored
Use malloc/free instead of the more convenient alloca for comment data. Album art can easily be larger than the local stack limit and crash the process. Thanks to Robert Kausch for the suggestion.
-
- 26 Sep, 2015 1 commit
-
-
Ralph Giles authored
-
- 05 Aug, 2015 2 commits
-
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
- 18 Jun, 2015 2 commits
-
-
stopiccot authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
stopiccot authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 31 May, 2015 4 commits
-
-
Ralph Giles authored
-
Ralph Giles authored
-
stopiccot authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
stopiccot authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 21 May, 2015 4 commits
-
-
Ralph Giles authored
Jenkins doesn't have new enough libtool for this.
-
Ralph Giles authored
-
Ralph Giles authored
Newer versions prefer AM_CPPFLAGS to INCLUDES. Tell libtool about our m4 directory.
-
Ralph Giles authored
Copy the autogen.sh script from the newer daala project. This just calls autoreconf instead of doing its own tool and version detection. Note that this now means one must explicitly invoke ./configure as ./autogen.sh will no longer do so.
-