[FFmpeg-devel] [PATCH 02/17] dshow: protect header.

Clément Bœsch ubitux at gmail.com
Wed May 9 10:01:27 CEST 2012


---
 libavdevice/dshow.h |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libavdevice/dshow.h b/libavdevice/dshow.h
index 83c71c4..a3f5231 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 */
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list