[FFmpeg-devel] [PATCH 1/1] configure: fix check_cmd in check_host_cpp
Michael Niedermayer
michaelni at gmx.at
Thu Sep 11 18:48:58 CEST 2014
On Thu, Sep 11, 2014 at 02:48:15PM +0200, Benoit Fouet wrote:
> Hi,
>
> ----- Mail original -----
> > Use correct cpp and c flags variables for the host libc.
> >
> > Signed-off-by: Jörg Krause <jkrause at posteo.de>
> > ---
> > configure | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/configure b/configure
> > index e66519d..7a711a2 100755
> > --- a/configure
> > +++ b/configure
> > @@ -1244,7 +1244,7 @@ check_host_cpp(){
> > log check_host_cpp "$@"
> > cat > $TMPC
> > log_file $TMPC
> > - check_cmd $host_cc $HOSTCPPFLAGS $HOSTCFLAGS "$@" $(hostcc_e
> > $TMPO) $TMPC
> > + check_cmd $host_cc $host_cppflags $host_cflags "$@" $(hostcc_e
> > $TMPO) $TMPC
> > }
> >
> > check_host_cppflags(){
>
> LGTM
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The real ebay dictionary, page 2
"100% positive feedback" - "All either got their money back or didnt complain"
"Best seller ever, very honest" - "Seller refunded buyer after failed scam"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140911/aec8aa70/attachment.asc>
More information about the ffmpeg-devel
mailing list