Fix header guards.

This commit is contained in:
gb 2010-03-16 09:18:57 +00:00
parent d6f883f73a
commit 58d3c36658
3 changed files with 7 additions and 7 deletions

View file

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#ifndef VAAPI_DEBUG_H #ifndef GST_VAAPI_DEBUG_H
#define VAAPI_DEBUG_H #define GST_VAAPI_DEBUG_H
#include "gstvaapiutils.h" #include "gstvaapiutils.h"
@ -33,4 +33,4 @@
GST_DEBUG_CATEGORY_EXTERN(gst_debug_vaapi); GST_DEBUG_CATEGORY_EXTERN(gst_debug_vaapi);
#define GST_CAT_DEFAULT gst_debug_vaapi #define GST_CAT_DEFAULT gst_debug_vaapi
#endif /* VAAPI_DEBUG_H */ #endif /* GST_VAAPI_DEBUG_H */

View file

@ -1,5 +1,5 @@
/* /*
* vaapi_utils.c - VA-API utilities * gstvaapiutils.c - VA-API utilities
* *
* gstreamer-vaapi (C) 2010 Splitted-Desktop Systems * gstreamer-vaapi (C) 2010 Splitted-Desktop Systems
* *

View file

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#ifndef VAAPI_UTILS_H #ifndef GST_VAAPI_UTILS_H
#define VAAPI_UTILS_H #define GST_VAAPI_UTILS_H
#include "config.h" #include "config.h"
#include <va/va.h> #include <va/va.h>
@ -45,4 +45,4 @@ const char *string_of_VAProfile(VAProfile profile)
const char *string_of_VAEntrypoint(VAEntrypoint entrypoint) const char *string_of_VAEntrypoint(VAEntrypoint entrypoint)
attribute_hidden; attribute_hidden;
#endif /* VAAPI_UTILS_H */ #endif /* GST_VAAPI_UTILS_H */