Hi!
I don't know if this fits in windows programming but I am trying to compile
the libsndfile source in a windows environment using minGW and MSYS.
The compile process itself works fine, but I want to include Vorbis OGG/FLAC support.
To enable this I need to include the libflac, libogg and libvorbis libraries.
The question I'm wondering is, how should I include these libraries?
Should I download them and compile statically and place in a specific folder
in the libsndfile project directory?
This is the compiler output:
configure: WARNING: *** One or more of the external libraries (ie libflac, libogg and
configure: WARNING: *** libvorbis) is either missing (possibly only the development
configure: WARNING: *** headers) or is of an unsupported version.
configure: WARNING: ***
configure: WARNING: *** Unfortunately, for ease of maintenance, the external libs
configure: WARNING: *** are an all or nothing affair. |
The reason I am asking here is because the libsndfile project does not have any forums
Worth mentioning; the configure command takes these options, but I do not know what
options I should specify:
OGG_CFLAGS
OGG_LIBS
VORBIS_CFLAGS
VORBIS_LIBS
FLAC_CFLAGS
FLAC_LIBS |