[FFmpeg-cvslog] avdevice/vfwcap: put the headers back in the order in which they need to be

Michael Niedermayer git at videolan.org
Thu Apr 9 21:26:40 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Apr  9 21:18:51 2015 +0200| [259fd4c7cfb8afbb022921b44fe6611fcefff3b1] | committer: Michael Niedermayer

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 at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=259fd4c7cfb8afbb022921b44fe6611fcefff3b1
---

 libavdevice/vfwcap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c
index 7929ac8..f99c556 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"



More information about the ffmpeg-cvslog mailing list