diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/FAQ.html | 6 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2013-01-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com> + + * doc/FAQ.html + Improve question #8. + 2013-01-02 Erik de Castro Lopo <erikd AT mega-nerd DOT com> * src/ogg_opus.c diff --git a/doc/FAQ.html b/doc/FAQ.html index aa6f957..1776788 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -26,7 +26,8 @@ <A HREF="#Q006">Q6 : What's the best format for storing temporary files?</A><BR/> <A HREF="#Q007">Q7 : On Linux/Unix/MacOS X, what's the best way of detecting the presence of libsndfile?</A><BR/> -<A HREF="#Q008">Q8 : But I just want a simple Makefile! What do I do?</A><BR/> +<A HREF="#Q008">Q8 : I have libsndfile installed and now I want to use it. I + just want a simple Makefile! What do I do?</A><BR/> <A HREF="#Q009">Q9 : How about adding the ability to write/read sound files to/from memory buffers?</A><BR/> <A HREF="#Q010">Q10 : Reading a 16 bit PCM file as normalised floats and then @@ -246,7 +247,8 @@ libsndfile configure process. For instance on my system I get this: <!-- ========================================================================= --> <A NAME="Q008"></A> -<H2><BR/><B>Q8 : But I just want a simple Makefile! What do I do?</B></H2> +<H2><BR/><B>Q8 : I have libsndfile installed and now I want to use it. I just want + a simple Makefile! What do I do?</B></H2> <P> The <B>pkg-config</B> program makes finding the correct compiler flag values and |