Browse Source

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>
tags/n2.7
Michael Niedermayer 10 years ago
parent
commit
259fd4c7cf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/vfwcap.c

+ 1
- 1
libavdevice/vfwcap.c 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"


Loading…
Cancel
Save