[FFmpeg-devel] [PATCH 1/3] configure: Only build documentation if pod2man is available

jamal jamrial at gmail.com
Wed Jul 11 21:20:35 CEST 2012


On 11/07/12 8:49 AM, Michael Niedermayer wrote:
> On Tue, Jul 10, 2012 at 11:24:04PM -0300, jamal wrote:
>> ---
>>  configure |    3 ++-
>>  1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/configure b/configure
>> index 1958fa6..2f9d9a3 100755
>> --- a/configure
>> +++ b/configure
>> @@ -1778,7 +1778,7 @@ ffprobe_deps="avcodec avformat"
>>  ffserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer"
>>  ffserver_extralibs='$ldl'
>>  
>> -doc_deps="texi2html"
>> +doc_deps="pod2man"
> this would fail if texi2html is unavailable but pod2man is available
This patch was meant to go alongside the second one and not alone, so this wouldn't be an issue.
Nonetheless, I'll try to do what Sabatini recommended and drop the dependency altogether.

Regards.


More information about the ffmpeg-devel mailing list