summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidebug.h
diff options
context:
space:
mode:
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-03-16 09:18:57 +0000
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-03-16 09:18:57 +0000
commit58d3c3665867bc376c7708a4ba2f32dc0f426ca4 (patch)
treebe28a57abf8764d8a0f33ecb0583107b24038352 /gst-libs/gst/vaapi/gstvaapidebug.h
parentd6f883f73a725b099d7be385953e9df9297f8640 (diff)
Fix header guards.
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapidebug.h')
-rw-r--r--gst-libs/gst/vaapi/gstvaapidebug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapidebug.h b/gst-libs/gst/vaapi/gstvaapidebug.h
index 1430937b..d94186aa 100644
--- a/gst-libs/gst/vaapi/gstvaapidebug.h
+++ b/gst-libs/gst/vaapi/gstvaapidebug.h
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#ifndef VAAPI_DEBUG_H
-#define VAAPI_DEBUG_H
+#ifndef GST_VAAPI_DEBUG_H
+#define GST_VAAPI_DEBUG_H
#include "gstvaapiutils.h"
@@ -33,4 +33,4 @@
GST_DEBUG_CATEGORY_EXTERN(gst_debug_vaapi);
#define GST_CAT_DEFAULT gst_debug_vaapi
-#endif /* VAAPI_DEBUG_H */
+#endif /* GST_VAAPI_DEBUG_H */