# HG changeset patch # User michael # Date 1395706502 0 # Node ID 5fb43d5efdca625fa1354ba5581b6f7af56080fa # Parent 5cac4cf2ef946d76971358920c28df5816f1d6a6 configure: add CONFIG_CABAC fix ffmpeg linking diff -r 5cac4cf2ef94 -r 5fb43d5efdca configure --- a/configure Mon Mar 24 17:00:26 2014 +0000 +++ b/configure Tue Mar 25 00:15:02 2014 +0000 @@ -8630,6 +8630,7 @@ # Some FFmpeg codecs depend on these. Enable them unconditionally for now. CONFIG_AANDCTTABLES = yes CONFIG_AUDIO_FRAME_QUEUE = yes +CONFIG_CABAC = yes CONFIG_DCT = yes CONFIG_DSPUTIL = yes CONFIG_DWT = yes