iniwf / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

building libvpx in msvc 13 #986

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problem reported here: 

https://bugzilla.mozilla.org/show_bug.cgi?id=1148639

FYI, this doesn't build locally for me with MSVC2013.

Unified_c_media_libvpx7.c
Warning: C4005 in media\libvpx\vpx_config_x86_64-win64-vs12.h: 'HAVE_STDINT_H' 
: macro redefinition
media\libvpx\vpx_config_x86_64-win64-vs12.h(34) : warning C4005: 
'HAVE_STDINT_H' : macro redefinition
        objdir-fx-64\media\libvpx\../../dist/include/mozilla-config.h(37) : see previous definition of 'HAVE_STDINT_H'
Unified_c_media_libvpx6.c
Warning: C4005 in media\libvpx\vpx_config_x86_64-win64-vs12.h: 'HAVE_STDINT_H' 
: macro redefinition
media\libvpx\vpx_config_x86_64-win64-vs12.h(34) : warning C4005: 
'HAVE_STDINT_H' : macro redefinition
        objdir-fx-64\media\libvpx\../../dist/include/mozilla-config.h(37) : see previous definition of 'HAVE_STDINT_H'
media\libvpx\vp9\decoder\./vp9_thread.h(49) : error C2059: syntax error : 'type'
media\libvpx\vp9\decoder\./vp9_thread.h(62) : error C2143: syntax error : 
missing ')' before '('
media\libvpx\vp9\decoder\./vp9_thread.h(62) : error C2091: function returns 
function
media\libvpx\vp9\decoder\./vp9_thread.h(62) : error C2143: syntax error : 
missing ')' before ','

Please verify if this is still an issue:

Original issue reported on code.google.com by jimbankoski@google.com on 9 Apr 2015 at 3:29

GoogleCodeExporter commented 9 years ago
THis isn't a problem with our build system : but rather with the firefox build 
system, so we are closing the issue here. 

Original comment by jimbankoski@google.com on 10 Apr 2015 at 10:43