[FFmpeg-cvslog] build: drop some unnecessary dependencies from the H.264 parser

Diego Biurrun git at videolan.org
Mon Mar 26 21:10:18 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Mar 25 12:19:55 2012 +0200| [6a7c5312d8caafc6b81803fdddfd7050e88d55f7] | committer: Diego Biurrun

build: drop some unnecessary dependencies from the H.264 parser

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a7c5312d8caafc6b81803fdddfd7050e88d55f7
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index cbb076e..57b5afb 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"



More information about the ffmpeg-cvslog mailing list