mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
omxbufferpool: Fix header include guard
This commit is contained in:
parent
325c90f99d
commit
e9b7dc230b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#ifndef __GST_OMX_BUFFER_POOL_H__
|
||||
#define __GST_OMX_BUFEFR_POOL_H__
|
||||
#define __GST_OMX_BUFFER_POOL_H__
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
|
Loading…
Reference in a new issue