Commit Graph

13 Commits

Author SHA1 Message Date
David Seifert
005a36b41b
Remove autogen.sh
* Users should just use `autoreconf -vif` instead of brittle autogen.sh scripts.

Fixes: #878
2022-09-24 12:51:49 +02:00
evpobr
ccb75f4829 Version 1.0.29 2020-08-15 10:50:52 +05:00
Erik de Castro Lopo
5056a77fda Scripts/static-deps-build.mk : Better fuzzing support
The git version of libogg has a `--disable-crc` configure option which is
useful/necessary when fuzz testing. However, disabling libogg CRC is highly
undesirable when not fuzz testing so both need to be supported.

Also add configure script option checking.
2019-03-08 17:57:37 +11:00
Erik de Castro Lopo
7c5da26b70 static-deps-build.mk: Add opus to build 2019-02-26 20:22:14 +11:00
Erik de Castro Lopo
94df5b91af Scripts/static-deps-build.mk: Update Vorbis and FLAC versions 2017-03-26 11:50:49 +11:00
Erik de Castro Lopo
a51f5afbf1 Scripts/static-deps-build.mk: Restore file
This was deleting because it was thought to be un-needed when in fact
it is used when fuzzing with American Fuzzy Lop.
2016-11-27 18:02:44 +11:00
Erik de Castro Lopo
818824d340 Delete Scripts/static-deps-build.mk
This never worked as intended and probably can't be fixed.
2016-07-03 19:35:04 +10:00
Erik de Castro Lopo
95828ca2e9 Rename EXTERNAL_* to EXTERNAL_XIPH_*`
New naming makes sense because adding Wavpack support would not
depend on any of the existing Xiph.Org libraries.
2016-03-14 08:17:45 +11:00
Erik de Castro Lopo
972967c3d6 Scripts/static-deps-build.mk : Only rebuild if something has changed. 2015-02-06 09:16:18 +11:00
Erik de Castro Lopo
3a94982e50 Scripts/static-deps-build.mk : Two minor fixes.
* Fix paths to EXTERNAL_LIBS dependences (found using $(pwd)).
* Generate configure script if it does not already exist.
2015-01-30 20:55:46 +11:00
Erik de Castro Lopo
de28385758 Scripts/static-deps-build.mk : Split configure and build steps. 2014-12-01 05:50:32 +11:00
Erik de Castro Lopo
3338989875 Scripts/static-deps-build.mk : Use flac 1.3.1.
Also improve wgetting of tarballs.
2014-11-30 16:57:55 +11:00
Erik de Castro Lopo
00e38a10aa Add file Scripts/static-deps-build.mk.
A Makefile to build libsndfile with statically linked FLAC, Ogg and
Vorbis libraries. This build method is not documented and minimally
supported. Patches are accepted as long as they don't break my usage
of it.
2014-11-16 15:34:19 -08:00