> Von: Jan Stary <h...@stare.cz>
> Gesendet: Freitag, 21. August 2020 16:05
> An: Måns Rullgård <m...@mansr.com>
> Cc: sox-devel@lists.sourceforge.net
> Betreff: Re: [SoX-devel] Build system cleanup
> 
... 
> > > checking for lpc10.h... no
> > >
> > >   So why does it try to build lpc support later,
> > >   #including the lpc10.h that was not found?
> >
> > I made a mistake.
>
 
> Wolfgang reported it fixed but I don't see any other commit on the branch;
> am I missign something obvious?
> 

Hi Jan,

The fix is part of the following commit:
https://sourceforge.net/p/sox/code/ci/66af4a355ac51bbd8b50ba8f81419feb7f1f2f
7d/
There was no separate commit. I guess, it was amended and force-pushed.
The relevant diff of the fix looks like this:

--- a/configure.ac      2020-08-20 22:11:24.000000000 +0200
+++ b/configure.ac      2020-08-20 23:48:46.594315800 +0200
@@ -110,7 +110,7 @@
 # Check for liblpc10
 SOX_CHECK_LIB([LIBLPC10], [lpc10.h], [lpc10], [create_lpc10_encoder_state],
     [LPC10_LIBS="$LIBLPC10_LIBS"],
-    [LPC10_LIBS=../lpc10/liblpc10.la; LPC10_CFLAGS="-I$srcdir/lpc10"])
+    [LPC10_LIBS=../lpc10/liblpc10.la;
LPC10_CFLAGS='-I${top_srcdir}/lpc10'])
 AM_CONDITIONAL([HAVE_LIBLPC10], [test $HAVE_LIBLPC10 = yes])
 
 SOX_ENABLE([formats], [Default setting for optional formats],

Best regards
Wolfgang




_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to