[x264-devel] stdint.h: No such file or directory

Dolevo Jay cmst at live.com
Wed Dec 4 13:30:31 CET 2013


Date: Wed, 4 Dec 2013 12:32:47 +0100
From: thomas.bosc at amogli.com
To: x264-devel at videolan.org
Subject: [x264-devel]  stdint.h: No such file or directory

Hello,

I'm experiencing the same issue with a missing header inttypes.h.

Someone can help me?
Thanks

Thomas


_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
https://mailman.videolan.org/listinfo/x264-devel

I use

extern "C" {
        #include "stdint.h"
        #ifdef Q_OS_WIN
        #include "inttypes.h"
        #endif
        #ifdef _MSC_VER
        #    define EMULATE_INTTYPES
        #    define strcasecmp stricmp
        #endif
        #include <x264.h>
}

in the header file.

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20131204/24ecdc2d/attachment.html>


More information about the x264-devel mailing list