ericmckean / webm

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

vp9_decodemv.c has variable called "near", conflicing with WinDef macro #631

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Compiling libvpx in windows is problematic because the function 
read_inter_block_mode_info() in vp9_decodemv.c declares a variable called near, 
which is a define normally set by windows. It can be solved by renaming or by 
adding #undef near. 

Original issue reported on code.google.com by pieter.k...@gmail.com on 1 Oct 2013 at 6:50

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 17 Oct 2013 at 10:36