Commit Graph

5 Commits

Author SHA1 Message Date
Moritz Bunkus
ac718c9a02
configure: link against Ogg during FLAC detection
On my macOS installation `pkg-config --libs flac` doesn't include Ogg,
and the linker won't search for the library automatically. This means
that FLAC detection fails due to unresolved, Ogg-related symbols.

Fixes #3439.
2022-11-24 20:44:20 +01:00
Moritz Bunkus
a9c7243e65
configure: FLAC: use pkg-config for libFLAC detection
Newer libFLAC in MXE require a preprocessor definition of
`FLAC__NO_DLL` to signal that libFLAC wasn't built as a DLL. Otherwise
the linker will look for the wrong symbol names.
2022-11-05 19:36:16 +01:00
Moritz Bunkus
a03df87fe8
configure: adjust to autoconf 2.71 & require at least 2.69 2022-11-04 18:56:43 +01:00
Moritz Bunkus
ddedbe4ff2 Removed support for FLAC older than v1.1.1. 2010-05-28 17:01:00 +02:00
Moritz Bunkus
fed3d09de4 Split configure.in in several smaller files. 2008-08-27 20:38:55 +00:00