summaryrefslogtreecommitdiffstats
path: root/loader/dmo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-23 14:50:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-23 14:50:55 +0000
commitbb7b132e08455afc0db5f1473d070801ffbfa455 (patch)
tree2dbbafeaa101cc052a9aa8058192ff287a94dbd9 /loader/dmo
parent55e51ffed41c65cb0a4c8ea43d837e0b86fae100 (diff)
downloadmpv-bb7b132e08455afc0db5f1473d070801ffbfa455.tar.bz2
mpv-bb7b132e08455afc0db5f1473d070801ffbfa455.tar.xz
Add MPLAYER_ prefix to multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26077 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dmo')
-rw-r--r--loader/dmo/DMO_AudioDecoder.h6
-rw-r--r--loader/dmo/DMO_Filter.h6
-rw-r--r--loader/dmo/DMO_VideoDecoder.h6
-rw-r--r--loader/dmo/dmo.h6
-rw-r--r--loader/dmo/dmo_guids.h6
-rw-r--r--loader/dmo/dmo_interfaces.h6
6 files changed, 18 insertions, 18 deletions
diff --git a/loader/dmo/DMO_AudioDecoder.h b/loader/dmo/DMO_AudioDecoder.h
index 9ad00d1193..b4b3dc66e9 100644
--- a/loader/dmo/DMO_AudioDecoder.h
+++ b/loader/dmo/DMO_AudioDecoder.h
@@ -1,5 +1,5 @@
-#ifndef AVIFILE_DMO_AUDIODECODER_H
-#define AVIFILE_DMO_AUDIODECODER_H
+#ifndef MPLAYER_DMO_AUDIODECODER_H
+#define MPLAYER_DMO_AUDIODECODER_H
typedef struct DMO_AudioDecoder DMO_AudioDecoder;
@@ -14,4 +14,4 @@ int DMO_AudioDecoder_Convert(DMO_AudioDecoder *this, const void* in_data, unsign
int DMO_AudioDecoder_GetSrcSize(DMO_AudioDecoder *this, int dest_size);
-#endif /* AVIFILE_DMO_AUDIODECODER_H */
+#endif /* MPLAYER_DMO_AUDIODECODER_H */
diff --git a/loader/dmo/DMO_Filter.h b/loader/dmo/DMO_Filter.h
index 090bc2f4c0..ca04b2c4cd 100644
--- a/loader/dmo/DMO_Filter.h
+++ b/loader/dmo/DMO_Filter.h
@@ -1,5 +1,5 @@
-#ifndef DMO_FILTER_H
-#define DMO_FILTER_H
+#ifndef MPLAYER_DMO_FILTER_H
+#define MPLAYER_DMO_FILTER_H
#include "dmo_guids.h"
#include "dmo_interfaces.h"
@@ -44,4 +44,4 @@ CMediaBuffer* CMediaBufferCreate(unsigned long maxlen, void* mem, unsigned long
}
#endif
-#endif /* DS_FILTER_H */
+#endif /* MPLAYER_DMO_FILTER_H */
diff --git a/loader/dmo/DMO_VideoDecoder.h b/loader/dmo/DMO_VideoDecoder.h
index 53d971d762..9e6269be22 100644
--- a/loader/dmo/DMO_VideoDecoder.h
+++ b/loader/dmo/DMO_VideoDecoder.h
@@ -1,5 +1,5 @@
-#ifndef AVIFILE_DMO_VIDEODECODER_H
-#define AVIFILE_DMO_VIDEODECODER_H
+#ifndef MPLAYER_DMO_VIDEODECODER_H
+#define MPLAYER_DMO_VIDEODECODER_H
typedef struct DMO_VideoDecoder DMO_VideoDecoder;
@@ -23,4 +23,4 @@ int DMO_VideoDecoder_SetDestFmt(DMO_VideoDecoder *this, int bits, unsigned int c
int DMO_VideoDecoder_SetDirection(DMO_VideoDecoder *this, int d);
-#endif /* AVIFILE_DMO_VIDEODECODER_H */
+#endif /* MPLAYER_DMO_VIDEODECODER_H */
diff --git a/loader/dmo/dmo.h b/loader/dmo/dmo.h
index 845a853e5c..b6eeb7410e 100644
--- a/loader/dmo/dmo.h
+++ b/loader/dmo/dmo.h
@@ -1,5 +1,5 @@
-#ifndef DMO_H
-#define DMO_H
+#ifndef MPLAYER_DMO_H
+#define MPLAYER_DMO_H
/*
*
@@ -78,4 +78,4 @@ enum DMO_VIDEO_OUTPUT_STREAM_FLAGS
#define DMO_E_TYPE_NOT_ACCEPTED 0x80040205
#define DMO_E_NO_MORE_ITEMS 0x80040206
-#endif /* DMO_H */
+#endif /* MPLAYER_DMO_H */
diff --git a/loader/dmo/dmo_guids.h b/loader/dmo/dmo_guids.h
index db9cb179aa..51e93c9a2c 100644
--- a/loader/dmo/dmo_guids.h
+++ b/loader/dmo/dmo_guids.h
@@ -1,5 +1,5 @@
-#ifndef DMO_GUIDS_H
-#define DMO_GUIDS_H
+#ifndef MPLAYER_DMO_GUIDS_H
+#define MPLAYER_DMO_GUIDS_H
#include "dshow/guids.h"
@@ -32,4 +32,4 @@ extern const GUID DMOCATEGORY_AUDIO_NOISE_SUPPRESS;
extern const GUID DMOCATEGORY_AGC;
*/
-#endif /* DMO_GUIDS_H */
+#endif /* MPLAYER_DMO_GUIDS_H */
diff --git a/loader/dmo/dmo_interfaces.h b/loader/dmo/dmo_interfaces.h
index 01ccc2e339..d0e72f227f 100644
--- a/loader/dmo/dmo_interfaces.h
+++ b/loader/dmo/dmo_interfaces.h
@@ -1,5 +1,5 @@
-#ifndef DMO_INTERFACE_H
-#define DMO_INTERFACE_H
+#ifndef MPLAYER_DMO_INTERFACES_H
+#define MPLAYER_DMO_INTERFACES_H
#include "dmo.h"
@@ -191,4 +191,4 @@ typedef struct IDMOVideoOutputOptimizations_vt
} IDMOVideoOutputOptimizations_vt;
struct IDMOVideoOutputOptimizations { IDMOVideoOutputOptimizations_vt* vt; };
-#endif /* DMO_INTERFACE_H */
+#endif /* MPLAYER_DMO_INTERFACES_H */