Browse Source

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
tags/v0.6
kemuri Ramiro Polla 15 years ago
parent
commit
420755dd28
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/vfwcap.c

+ 1
- 1
libavdevice/vfwcap.c View File

@@ -20,8 +20,8 @@
*/

#include "libavformat/avformat.h"
#include <vfw.h>
#include <windows.h>
#include <vfw.h>

//#define DEBUG_VFW



Loading…
Cancel
Save