[vlc-commits] Fix const detection on some platforms

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


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 28 22:46:51 2011 +0100| [8cca59209b3d428119caeff9a2652555a5c0b399] | committer: Jean-Baptiste Kempf

Fix const detection on some platforms

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

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

diff --git a/configure.ac b/configure.ac
index d55cfda..a055d12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,6 +208,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([
    # endif
    # define XP_UNIX 1
    #endif
+   #include <stdint.h>
    #include <npapi.h>
   const char *NPP_GetMIMEDescription(void);
 ])],[



More information about the vlc-commits mailing list