mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Fix header guards.
This commit is contained in:
parent
d6f883f73a
commit
58d3c36658
3 changed files with 7 additions and 7 deletions
|
@ -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 */
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue