mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
add ges video-track background to build system
This commit is contained in:
parent
ae5d0de868
commit
8b10e0c065
2 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,7 @@ libges_@GST_MAJORMINOR@_la_SOURCES = \
|
|||
ges-track-filesource.c \
|
||||
ges-track-transition.c \
|
||||
ges-track-background-source.c \
|
||||
ges-track-video-background-source.c \
|
||||
ges-utils.c
|
||||
|
||||
libges_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/ges/
|
||||
|
@ -48,6 +49,7 @@ libges_@GST_MAJORMINOR@include_HEADERS = \
|
|||
ges-track-filesource.h \
|
||||
ges-track-transition.h \
|
||||
ges-track-background-source.h \
|
||||
ges-track-video-background-source.h \
|
||||
ges-utils.h
|
||||
|
||||
libges_@GST_MAJORMINOR@_la_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_DISCOVERER_CFLAGS) $(GST_CONTROLLER_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
|
|
|
@ -69,5 +69,9 @@ typedef struct _GESTrackBackgroundSource GESTrackBackgroundSource;
|
|||
typedef struct _GESTrackBackgroundSourceClass
|
||||
GESTrackBackgroundSourceClass;
|
||||
|
||||
typedef struct _GESTrackVideoBackgroundSource GESTrackVideoBackgroundSource;
|
||||
typedef struct _GESTrackVideoBackgroundSourceClass
|
||||
GESTrackVideoBackgroundSourceClass;
|
||||
|
||||
|
||||
#endif /* __GES_TYPES_H__ */
|
||||
|
|
Loading…
Reference in a new issue