search for: have_libflac

Displaying 2 results from an estimated 2 matches for "have_libflac".

2003 Aug 09
0
updated oggenc_flac_2.patch
...nc that enables it to read FLAC files no longer patches cleanly on current CVS, but only because oggenc/Makefile.am is different. I put together a naive replacement that looks like it resolves the changes, but then running ./autogen.sh produces the following warning: oggenc/Makefile.am:13: HAVE_LIBFLAC does not appear in AM_CONDITIONAL ...but otherwise completes normally. But of course then the subsequent make fails. So I removed the references to HAVE_LIBFLAC in oggenc/Makefile.am, and it then built cleanly and seems to run fine. I've enclosed both patches (as full-blown replacements t...
2015 Oct 08
2
[PATCH 0/1] opusenc support for WavPack input
This patch to opus-tools adds optional support to WavPack lossless format as input to opusenc. Like support to FLAC, it depends on an external library, libwavpack, and may be disabled on configure. Lucas Clemente Vella (1): Reading input from WavPack files. Makefile.am | 7 +- configure.ac | 37 ++++++++ src/audio-in.c | 71 ++++++++------- src/opusenc.c | 19 +++- src/opusenc.h