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>
This commit is contained in:
Michael Niedermayer 2015-04-09 21:18:51 +02:00
parent fe25194c58
commit 259fd4c7cf
1 changed files with 1 additions and 1 deletions

View File

@ -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"