Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-09 10:11:16 +0400
committerClément Bœsch <ubitux@gmail.com>2012-05-19 01:34:11 +0400
commitd1562d32cfd1e7e0c875f88eeed3bfec61db5cb2 (patch)
tree6dbc16b4160e0bc79fc1104a356258bc79b6af86 /libavdevice
parent96ac8663deb71b5bff7a9f8ef45ccd361f698729 (diff)
lavd/dshow: protect header.
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/dshow.h5
1 files changed, 5 insertions, 0 deletions
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 */