• Max Kellermann's avatar
    flac: enable the oggflac plugin with older libflac versions · 0e87f855
    Max Kellermann authored
    Since decoder_list.c does not include the libflac headers, it cannot
    know whether to add the oggflac plugin to the decoder list.  Solve
    this by always enabling the oggflac sub-plugin, even with older
    libflac versions.  When the libflac API cannot support oggflac,
    disable the plugin at runtime by returning "false" from its init()
    method.
    0e87f855
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...