diff options
author | Kyle <kshawkeye@gmail.com> | 2012-05-24 13:59:33 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-24 14:15:10 +0200 |
commit | 02cc66dd78d929690df9f5db5ba6c0c825bdc267 (patch) | |
tree | 943ced9edc890ea3cde765dc9aa60bd069c3e634 /libavdevice/dshow_pin.c | |
parent | 2f6c5894f476c74551071259e79a11ec88513cf9 (diff) | |
download | ffmpeg-02cc66dd78d929690df9f5db5ba6c0c825bdc267.tar.gz |
dshow: rename dshow.h to avoid conflict with system header of equal name
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/dshow_pin.c')
-rw-r--r-- | libavdevice/dshow_pin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/dshow_pin.c b/libavdevice/dshow_pin.c index d4463f6c90..3d9d4687c5 100644 --- a/libavdevice/dshow_pin.c +++ b/libavdevice/dshow_pin.c @@ -20,7 +20,7 @@ */ #define NO_DSHOW_STRSAFE -#include "dshow.h" +#include "dshow_capture.h" #include <stddef.h> #define imemoffset offsetof(libAVPin, imemvtbl) |