summaryrefslogtreecommitdiff
path: root/libavdevice/vfwcap.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-04-09 21:18:51 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-04-09 21:19:49 +0200
commit259fd4c7cfb8afbb022921b44fe6611fcefff3b1 (patch)
tree779e8187c7a1ebd425fda126220a17d63856d383 /libavdevice/vfwcap.c
parentfe25194c5870f21ba10f615f036b64d0c84fca48 (diff)
downloadffmpeg-259fd4c7cfb8afbb022921b44fe6611fcefff3b1.tar.gz
avdevice/vfwcap: put the headers back in the order in which they need to be
This avoids build failures Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/vfwcap.c')
-rw-r--r--libavdevice/vfwcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c
index 7929ac835e..f99c556a8e 100644
--- a/libavdevice/vfwcap.c
+++ b/libavdevice/vfwcap.c
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <vfw.h>
#include <windows.h>
+#include <vfw.h>
#include "libavutil/internal.h"
#include "libavutil/log.h"