[FFmpeg-devel] [PATCH] configure: add --tempprefix option
Michael Niedermayer
michaelni at gmx.at
Sat Oct 5 16:53:22 CEST 2013
On Sat, Oct 05, 2013 at 03:04:25PM +0100, Derek Buitenhuis wrote:
> On 10/5/2013 1:08 PM, Michael Niedermayer wrote:
> > +if [ -n "$tempprefix" ] ; then
> > + mktemp(){
> > + echo $tempprefix.${HOSTNAME}.${UID}
> > + }
> > +fi
>
> mktemp may be defined earlier on in the configure script,
> so you need to undefine it first.
fixed
new patch posted
thanks
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20131005/f460a5ba/attachment.asc>
More information about the ffmpeg-devel
mailing list