[MPlayer-dev-eng] [PATCH] Drop the requirement for FFmpeg when just building the docs

Miguel A. Colón Vélez debian.micove at gmail.com
Mon Oct 19 12:16:45 CEST 2015


Hello,

This trivial patch allows one to build the documentation without
having to install:
 libavcodec-dev
 libavformat-dev
 libavutil-dev
 libswscale-dev

by just doing:

./configure --disable-ffmpeg_a --disable-mencoder --disable-mplayer
--yasm='' --language=all
make html-chunked

If you use --disable-mencoder --disable-mplayer then FFmpeg is not
needed and there is no reason to error out. The --disable-ffmpeg_a is
needed to avoid a "exit 1" when it tries to use git to download
ffmpeg.

Cheers,
Miguel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: doc-ffmpeg.patch
Type: text/x-patch
Size: 749 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20151019/27395d11/attachment.bin>


More information about the MPlayer-dev-eng mailing list