From: Diego Biurrun Date: Sun, 25 Mar 2012 10:19:55 +0000 (+0200) Subject: build: drop some unnecessary dependencies from the H.264 parser X-Git-Tag: android-x86-4.4-r1~8529^2~2441 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6a7c5312d8caafc6b81803fdddfd7050e88d55f7;p=android-x86%2Fexternal-ffmpeg.git build: drop some unnecessary dependencies from the H.264 parser --- diff --git a/configure b/configure index cbb076e411..57b5afb677 100755 --- a/configure +++ b/configure @@ -1419,7 +1419,7 @@ vda_deps="VideoDecodeAcceleration_VDADecoder_h pthreads" vdpau_deps="vdpau_vdpau_h vdpau_vdpau_x11_h" # parsers -h264_parser_select="golomb h264chroma h264dsp h264pred h264qpel" +h264_parser_select="golomb h264dsp h264pred" # external libraries libdirac_decoder_deps="libdirac !libschroedinger"