Module: libav Branch: master Commit: 0e29c5e1285eeb5b4842d96d00dfe06898cd87e5
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Mon Jan 27 23:36:36 2014 +0100 build: Drop stray LPC dependency on dsputil --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 7633086..d3b0928 100755 --- a/configure +++ b/configure @@ -1641,7 +1641,6 @@ threads_if_any="$THREADS_LIST" # subsystems dct_select="rdft" error_resilience_select="dsputil" -lpc_select="dsputil" mdct_select="fft" rdft_select="fft" mpegaudio_select="mpegaudiodsp" _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
