gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1859-gd8792e9
Date: Fri, 18 Apr 2014 09:43:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  d8792e999b84318e962d810cfd7a5dc7cacca092 (commit)
      from  f84af61ed7e98e50bf077299a42cb7d70b83f0c5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=d8792e999b84318e962d810cfd7a5dc7cacca092


commit d8792e999b84318e962d810cfd7a5dc7cacca092
Author: Bastiaan Jacques <address@hidden>
Date:   Fri Apr 18 11:42:17 2014 +0200

    Look for speex headers in the speex directory, which is also how they
    are included and what pkg-config output relies on.

diff --git a/configure.ac b/configure.ac
index 8a2706e..0d580a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2288,13 +2288,13 @@ if test x"$testsuite" = x"yes"; then
   GNASH_PKG_INCLUDES([dejagnu], [dejagnu.h])
 fi
 
-GNASH_PKG_FIND(speex, [speex.h], [speex audio codec], speex_decode_int)
+GNASH_PKG_FIND(speex, [speex/speex.h], [speex audio codec], speex_decode_int)
 AM_CONDITIONAL(HAVE_SPEEX, [ test x$has_speex = xyes ])
 if test x$has_speex = xyes ; then
   AC_DEFINE([DECODING_SPEEX], [1], [Speex codec available])
 fi
 
-GNASH_PKG_FIND(speexdsp, [speex_resampler.h], [speex DSP utilities], 
speex_resampler_process_int)
+GNASH_PKG_FIND(speexdsp, [speex/speex_resampler.h], [speex DSP utilities], 
speex_resampler_process_int)
 if test x$has_speexdsp = xyes ; then
   AC_DEFINE([RESAMPLING_SPEEX], [1], [Speex resampler available])
 fi

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]