summaryrefslogtreecommitdiffstats
path: root/loader/qtx
diff options
context:
space:
mode:
Diffstat (limited to 'loader/qtx')
-rw-r--r--loader/qtx/qtxsdk/components.h6
-rw-r--r--loader/qtx/qtxsdk/select.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/loader/qtx/qtxsdk/components.h b/loader/qtx/qtxsdk/components.h
index 6b616ed98b..e1415a94cd 100644
--- a/loader/qtx/qtxsdk/components.h
+++ b/loader/qtx/qtxsdk/components.h
@@ -1,5 +1,5 @@
-#ifndef COMPONENTS_H
-#define COMPONENTS_H
+#ifndef MPLAYER_COMPONENTS_H
+#define MPLAYER_COMPONENTS_H
#include <inttypes.h>
@@ -744,4 +744,4 @@ static inline void dump_CodecDecompressParams(void* xxx){
}
-#endif /* COMPONENTS_H */
+#endif /* MPLAYER_COMPONENTS_H */
diff --git a/loader/qtx/qtxsdk/select.h b/loader/qtx/qtxsdk/select.h
index cf0b890224..61cc67d371 100644
--- a/loader/qtx/qtxsdk/select.h
+++ b/loader/qtx/qtxsdk/select.h
@@ -1,5 +1,5 @@
-#ifndef SELECT_H
-#define SELECT_H
+#ifndef MPLAYER_SELECT_H
+#define MPLAYER_SELECT_H
enum {
kComponentOpenSelect = -1, /* ComponentInstance for this open */
@@ -69,4 +69,4 @@ enum {
kImageCodecCancelTriggerSelect = 0x0209
};
-#endif /* SELECT_H */
+#endif /* MPLAYER_SELECT_H */