mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
add audio background source to build system
This commit is contained in:
parent
88175b790a
commit
8a6bef074b
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ libges_@GST_MAJORMINOR@_la_SOURCES = \
|
|||
ges-track-transition.c \
|
||||
ges-track-background-source.c \
|
||||
ges-track-video-background-source.c \
|
||||
ges-track-audio-background-source.c \
|
||||
ges-utils.c
|
||||
|
||||
libges_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/ges/
|
||||
|
@ -50,6 +51,7 @@ libges_@GST_MAJORMINOR@include_HEADERS = \
|
|||
ges-track-transition.h \
|
||||
ges-track-background-source.h \
|
||||
ges-track-video-background-source.h \
|
||||
ges-track-audio-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)
|
||||
|
|
Loading…
Reference in a new issue