[MPlayer-dev-eng] [PATCH] merge all FFmpeg configure checks

Diego Biurrun diego at biurrun.de
Sun Sep 12 17:59:18 CEST 2010


I'd like to commit $attached unless I have overlooked something
important.  It merges all the separate FFmpeg library checks into
one.  I'm assuming that checking for libavcore assures us that the
FFmpeg version is new enough.  The diffstat is quite convincing:

 Makefile                        |   64 +++---
 cfg-common.h                    |    8 
 cfg-mencoder.h                  |   18 -
 configure                       |  378 ++++++----------------------------------
 libaf/af.c                      |    8 
 libmpcodecs/ad.c                |    2 
 libmpcodecs/ae.c                |    2 
 libmpcodecs/ae_lavc.c           |   35 ---
 libmpcodecs/vd.c                |    2 
 libmpcodecs/ve.c                |    2 
 libmpcodecs/vf.c                |    8 
 libmpcodecs/vf_pp.c             |    2 
 libmpdemux/demux_rtp.cpp        |    8 
 libmpdemux/demux_rtp_codec.cpp  |    4 
 libmpdemux/demux_rtp_internal.h |    2 
 libmpdemux/demuxer.c            |   18 -
 libmpdemux/muxer.c              |    2 
 libvo/video_out.c               |    2 
 mencoder.c                      |    2 
 mpcommon.c                      |    4 
 20 files changed, 140 insertions(+), 431 deletions(-)

It should also speed up the configure run slightly as several
compilation steps are skipped.

Diego
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg.diff
Type: text/x-diff
Size: 41782 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20100912/da273813/attachment-0001.diff>


More information about the MPlayer-dev-eng mailing list