mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Merge commit '4f373a5111f900af54301907132942f95276285c'
* commit '4f373a5111f900af54301907132942f95276285c': vfwcap: Unbreak building afterc201069fa
Conflicts: libavdevice/vfwcap.c See:4d0f6d3fb4
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
d4a6c94046
@ -26,7 +26,10 @@
|
||||
|
||||
#include "libavformat/internal.h"
|
||||
|
||||
// windows.h must no be included before winsock2.h, and libavformat internal
|
||||
// headers may include winsock2.h
|
||||
#include <windows.h>
|
||||
// windows.h needs to be included before vfw.h
|
||||
#include <vfw.h>
|
||||
|
||||
#include "avdevice.h"
|
||||
|
Loading…
Reference in New Issue
Block a user