On 05/04/2011 01:43 PM, Justin Ruggles wrote: > On 05/04/2011 01:35 PM, Justin Ruggles wrote: > >> On 05/04/2011 01:21 PM, Diego Biurrun wrote: >> >>> --- >>> configure | 2 +- >>> 1 files changed, 1 insertions(+), 1 deletions(-) >>> >>> diff --git a/configure b/configure >>> index e79bd0e..7b3f5b4 100755 >>> --- a/configure >>> +++ b/configure >>> @@ -1242,7 +1242,7 @@ aac_encoder_select="mdct sinewin" >>> aac_latm_decoder_select="aac_decoder aac_latm_parser" >>> ac3_decoder_select="mdct ac3dsp ac3_parser" >>> ac3_encoder_select="mdct ac3dsp" >>> -ac3_fixed_encoder_select="ac3dsp" >>> +ac3_fixed_encoder_select="mdct ac3dsp" >>> alac_encoder_select="lpc" >>> amrnb_decoder_select="lsp" >>> amrwb_decoder_select="lsp" >> >> >> ok. > > > configure also needs to be changed, which would fix compilation by > itself. i don't know what the policy/best practice is as far as also > explicitly adding the dependency to Makefile when configure will enforce it.
doh. i'm blind. that is configure. patch ok. :) -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
