[FFmpeg-devel] [PATCH] Define FFMPEG_PREFIX in config.h

Stefano Sabatini stefano.sabatini-lala
Wed Oct 8 00:23:39 CEST 2008


On date Tuesday 2008-10-07 22:55:54 +0100, M?ns Rullg?rd encoded:
> Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:
> 
> > On date Sunday 2008-10-05 18:04:48 +0200, Stefano Sabatini encoded:
> >> On date Thursday 2008-10-02 23:17:57 +0200, Stefano Sabatini encoded:
> >> > Index: configure
> >> > ===================================================================
> >> > --- configure	(revision 15522)
> >> > +++ configure	(working copy)
> >> > @@ -636,6 +636,10 @@
> >> >      "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" || rm "$file.tmp"
> >> >  }
> >> >  
> >> > +c_stringify(){
> >> > +    echo \"$(echo "$1" | sed -e 's/\(["\]\)/\\\1/g')\"
> >> > +}
> >> > +
> >> >  # CONFIG_LIST contains configurable options, while HAVE_LIST is for
> >> >  # system-dependent things.
> >> >  
> >> > @@ -2059,6 +2063,7 @@
> >> >  echo "#define FFMPEG_CONFIGURATION \"$FFMPEG_CONFIGURATION\"" >> $TMPH
> >> >  
> >> >  echo "FFMPEG_CONFIGURATION=$FFMPEG_CONFIGURATION" >> config.mak
> >> > +echo "#define FFMPEG_PREFIX" `c_stringify "$prefix"` >> $TMPH
> >> >  echo "prefix=$prefix" >> config.mak
> >> >  echo "LIBDIR=\$(DESTDIR)$libdir" >> config.mak
> >> >  echo "SHLIBDIR=\$(DESTDIR)$shlibdir" >> config.mak
> >> 
> >> Ping?
> >
> > I'll apply it on the weekend if no one will object.
> 
> I do object.

Please elaborate. 

Regards.
-- 
FFmpeg = Furious and Fiendish Merciless Purposeless Entertaining Ghost




More information about the ffmpeg-devel mailing list