[Bug 777903] New: gstx264 fails to build with the MSVC compiler
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Jan 29 14:59:34 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777903
Bug ID: 777903
Summary: gstx264 fails to build with the MSVC compiler
Classification: Platform
Product: GStreamer
Version: git master
OS: Windows
Status: NEW
Severity: blocker
Priority: Normal
Component: gst-plugins-ugly
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: nirbheek.chauhan at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
CC: slomo at coaxion.net
GNOME version: ---
[1/2] Compiling c object
subprojects/gst-plugins-ugly/ext/x264/gstx264 at sha/gstx264enc.c.obj
FAILED: cl
@subprojects/gst-plugins-ugly/ext/x264/gstx264 at sha/gstx264enc.c.obj.rsp
ext\x264\gstx264enc.c(140): error C2099: initializer is not a constant
ext\x264\gstx264enc.c(140): warning C4047: 'initializing': 'const int *'
differs in levels of indirection from 'void (__cdecl *)(x264_t *)'
ext\x264\gstx264enc.c(140): warning C4047: 'initializing': 'const int *'
differs in levels of indirection from 'int (__cdecl *)(x264_t *)'
ext\x264\gstx264enc.c(140): warning C4113: 'int (__cdecl *)(x264_t *,x264_nal_t
**,int *,x264_picture_t *,x264_picture_t *)' differs in parameter lists from
'void (__cdecl *)(x264_t *)'
ext\x264\gstx264enc.c(140): warning C4113: 'int (__cdecl *)(x264_t *,x264_nal_t
**,int *)' differs in parameter lists from 'int (__cdecl *)(x264_t *)'
ext\x264\gstx264enc.c(140): warning C4113: 'void (__cdecl *)(x264_t *)' differs
in parameter lists from 'int (__cdecl *)(x264_t *,x264_nal_t **,int
*,x264_picture_t *,x264_picture_t *)'
ext\x264\gstx264enc.c(140): warning C4133: 'initializing': incompatible types -
from 'void (__cdecl *)(x264_t *)' to 'int (__cdecl *)(x264_t *,x264_nal_t
**,int *,x264_picture_t *,x264_picture_t *)'
ext\x264\gstx264enc.c(140): warning C4113: 'int (__cdecl *)(x264_t *)' differs
in parameter lists from 'int (__cdecl *)(x264_t *,x264_nal_t **,int *)'
ext\x264\gstx264enc.c(140): warning C4028: formal parameter 1 different from
declaration
ext\x264\gstx264enc.c(140): warning C4047: 'initializing': 'void (__cdecl
*)(x264_t *)' differs in levels of indirection from 'x264_t *(__cdecl
*)(x264_param_t *)'
ext\x264\gstx264enc.c(140): warning C4113: 'int (__cdecl *)(x264_t
*,x264_param_t *)' differs in parameter lists from 'int (__cdecl *)(x264_t *)'
ext\x264\gstx264enc.c(140): warning C4047: 'initializing': 'x264_t *(__cdecl
*)(x264_param_t *)' differs in levels of indirection from 'void (__cdecl
*)(x264_param_t *)'
ext\x264\gstx264enc.c(140): warning C4028: formal parameter 2 different from
declaration
ext\x264\gstx264enc.c(140): warning C4047: 'initializing': 'const x264_level_t
(*)[0]' differs in levels of indirection from 'void (__cdecl *)(x264_param_t
*)'
ext\x264\gstx264enc.c(140): warning C4113: 'int (__cdecl *)(x264_param_t
*,const char *,const char *)' differs in parameter lists from 'void (__cdecl
*)(x264_param_t *)'
ext\x264\gstx264enc.c(140): warning C4113: 'int (__cdecl *)(x264_param_t
*,const char *,const char *)' differs in parameter lists from 'int (__cdecl
*)(x264_param_t *,const char *)'
ninja: build stopped: cannot make progress due to previous errors.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list