mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
gl: fix out-of-source builds pt2
21b897de2f
did this for x11 and wayland.
Do it for the other backends as well.
This commit is contained in:
parent
75c92dc915
commit
e356088f15
4 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,7 @@ libgstglandroidinclude_HEADERS = \
|
|||
|
||||
libgstgl_android_la_CFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(GL_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
|
|
|
@ -13,6 +13,7 @@ noinst_HEADERS = \
|
|||
|
||||
libgstgl_cocoa_la_CFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(GL_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
|
@ -20,6 +21,7 @@ libgstgl_cocoa_la_CFLAGS = \
|
|||
|
||||
libgstgl_cocoa_la_OBJCFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(GL_CFLAGS) \
|
||||
$(GL_OBJCFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
|
|
|
@ -10,6 +10,7 @@ noinst_HEADERS = \
|
|||
|
||||
libgstgl_dispmanx_la_CFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(GL_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
|
|
|
@ -19,6 +19,7 @@ endif
|
|||
|
||||
libgstgl_win32_la_CFLAGS = \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(GL_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue