From d1562d32cfd1e7e0c875f88eeed3bfec61db5cb2 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Wed, 9 May 2012 08:11:16 +0200 Subject: lavd/dshow: protect header. --- libavdevice/dshow.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavdevice') diff --git a/libavdevice/dshow.h b/libavdevice/dshow.h index 83c71c48e8..a3f52318d6 100644 --- a/libavdevice/dshow.h +++ b/libavdevice/dshow.h @@ -19,6 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef AVDEVICE_DSHOW_H +#define AVDEVICE_DSHOW_H + #define DSHOWDEBUG 0 #include "avdevice.h" @@ -266,3 +269,5 @@ long WINAPI libAVFilter_QueryVendorInfo(libAVFilter *, wchar_t **); void libAVFilter_Destroy(libAVFilter *); libAVFilter *libAVFilter_Create (void *, void *, enum dshowDeviceType); + +#endif /* AVDEVICE_DSHOW_H */ -- cgit v1.2.3