[Ffmpeg-devel] configure broken in svn?

Christophe Mutricy xtophe
Wed Dec 13 21:46:22 CET 2006


Hello again,

Le mer 13 d?c 06 ? 21:28 +0100, Christophe Mutricy a ?crit :
> Le mer 13 d?c 06 ? 19:28 +0000, M?ns Rullg?rd a ?crit :
> > > License: LGPL
> > > Creating config.mak and config.h...
> > > ./configure: 2040: Syntax error: Bad substitution
> 
> Replacing #! /bin/sh by #!/bin/bash  makes the configure succeed.
> 
> I think shortname=${name/lib/} line 2069 is a bashism and breaks the
> configure script

-shortname=${name/lib/}
+shortname=${name#lib}

seems to do the trick.

Proper patch attached.


-- 
Xtophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-config.patch
Type: text/x-diff
Size: 292 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061213/5a11d90c/attachment.patch>



More information about the ffmpeg-devel mailing list