Skip to content
Snippets Groups Projects
Commit 4d0f6d3f authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avdevice/vfwcap: revert header reordering from c201069f


This should fix build on vs2013

Found-by: default avatarFerdinand Oeinck <ferdo@bigroses.demon.nl>
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 8d15de7e
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <windows.h>
#include <vfw.h>
#include "libavutil/internal.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
......@@ -29,6 +26,9 @@
#include "libavformat/internal.h"
#include <windows.h>
#include <vfw.h>
#include "avdevice.h"
/* Some obsolete versions of MinGW32 before 4.0.0 lack this. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment