mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
orc: rename to video-orc*
This commit is contained in:
parent
5be353ed5e
commit
b392b28179
6 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
# variables used for enum generation
|
||||
ORC_SOURCE=videoblendorc
|
||||
ORC_SOURCE=video-orc
|
||||
include $(top_srcdir)/common/orc.mak
|
||||
|
||||
glib_enum_headers = video.h video-format.h video-color.h video-info.h \
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#endif
|
||||
|
||||
#include "video-blend.h"
|
||||
#include "videoblendorc.h"
|
||||
#include "video-orc.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
* </refsect2>
|
||||
*/
|
||||
|
||||
#include "videoblendorc.h"
|
||||
#include "video-orc.h"
|
||||
|
||||
/* Line conversion to AYUV */
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
/* autogenerated from videoblendorc.orc */
|
||||
/* autogenerated from video-orc.orc */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
/* autogenerated from videoblendorc.orc */
|
||||
/* autogenerated from video-orc.orc */
|
||||
|
||||
#ifndef _VIDEOBLENDORC_H_
|
||||
#define _VIDEOBLENDORC_H_
|
||||
#ifndef _VIDEO_ORC_H_
|
||||
#define _VIDEO_ORC_H_
|
||||
|
||||
#include <glib.h>
|
||||
|
Loading…
Reference in a new issue