[x264-devel] [PATCH] Fix build with Intel Compiler

Steven Walters kemuri9 at gmail.com
Sun Feb 23 17:52:54 CET 2014


On Sun, Feb 23, 2014 at 7:11 AM, Jason Garrett-Glaser <darkshikari at gmail.com
> wrote:

> On Thu, Jan 9, 2014 at 1:23 AM, Alexander Preisinger
> <alexander.preisinger at gmail.com> wrote:
> > ---
> >  extras/windowsPorts/basicDataTypeConversions.h | 2 ++
> >  1 file changed, 2 insertions(+)
>
> Sorry for the delay, but could you explain this patch?
>
> Jason
>

Looks like it's trying to resolve a compiler error in ICC around avxsynth's
headers:
icc -O3 -w0 -I. -I. -std=gnu99 -fomit-frame-pointer    -c -o input/avs.o
input/avs.c
./extras/windowsPorts/basicDataTypeConversions.h(11): error: invalid
combination of type specifiers
  typedef int64_t __int64;
                  ^

./extras/windowsPorts/basicDataTypeConversions.h(12): error: invalid
combination of type specifiers
  typedef int32_t __int32;

Intel's compiler seems to declare __int64 and __int32 on linux, even though
it's not particularly a GCC standard (it's a Microsoft one)

We brought these files in from avxsynth itself correct?
If so, has this issue been resolved in their upstream?


> _______________________________________________
> x264-devel mailing list
> x264-devel at videolan.org
> https://mailman.videolan.org/listinfo/x264-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20140223/7cf22aeb/attachment.html>


More information about the x264-devel mailing list