[vlc-commits] Fix npruntime detection on some platforms

Jean-Baptiste Kempf git at videolan.org
Mon Nov 28 22:31:45 CET 2011


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 28 22:31:24 2011 +0100| [fcb0c4f6b06a26fddb9b0e2db9b9b7c46a913d9d] | committer: Jean-Baptiste Kempf

Fix npruntime detection on some platforms

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=fcb0c4f6b06a26fddb9b0e2db9b9b7c46a913d9d
---

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 89247aa..d55cfda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -191,6 +191,7 @@ AC_CHECK_HEADERS(npruntime.h, [
   dnl if not found
   AC_MSG_ERROR([Please install the Mozilla development tools, required headers were not found.])
   ], [
+  #include <stdint.h>
   #if HAVE_NPAPI_H
    #include <npapi.h>
   #endif



More information about the vlc-commits mailing list