mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
vfwcap: Include windows.h before vfw.h since the latter requires defines from the former. Patch by kemuri <kemuri9 at gmail dot com>
Originally committed as revision 21411 to svn://svn.ffmpeg.org/ffmpeg/trunk
(cherry picked from commit 420755dd28
)
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
b061ee9a5d
commit
79674d27d9
@ -20,8 +20,8 @@
|
||||
*/
|
||||
|
||||
#include "libavformat/avformat.h"
|
||||
#include <vfw.h>
|
||||
#include <windows.h>
|
||||
#include <vfw.h>
|
||||
|
||||
//#define DEBUG_VFW
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user