OSDN Git Service

mingw32: properly check if vfw capture is supported by the system headers
authorRamiro Polla <ramiro.polla@gmail.com>
Sun, 11 Jul 2010 22:17:17 +0000 (22:17 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Sun, 11 Jul 2010 22:17:17 +0000 (22:17 +0000)
commitec1ee802a2e1cb3317bd44851cc28f95b5916051
treeb215f49d243e9b6d1e0845ab570b44b4f96933d3
parent6f5ac9c190e5a5aa63b724fe3d3aa637a1543322
mingw32: properly check if vfw capture is supported by the system headers

Remove check for an specific w32api version, checking instead if vfw.h
supports vfw capture. The defines in w32api 3.12 were wrong, so this must be
accounted for in the check.

Originally committed as revision 24203 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure