mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gl/android: don't install the android window header
It's not needed
This commit is contained in:
parent
d0b8f7c002
commit
50f60c9ae9
1 changed files with 1 additions and 4 deletions
|
@ -2,13 +2,10 @@
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libgstgl-android.la
|
noinst_LTLIBRARIES = libgstgl-android.la
|
||||||
|
|
||||||
libgstgl_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl
|
|
||||||
libgstglandroidincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/android
|
|
||||||
|
|
||||||
libgstgl_android_la_SOURCES = \
|
libgstgl_android_la_SOURCES = \
|
||||||
gstglwindow_android_egl.c
|
gstglwindow_android_egl.c
|
||||||
|
|
||||||
libgstglandroidinclude_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gstglwindow_android_egl.h
|
gstglwindow_android_egl.h
|
||||||
|
|
||||||
libgstgl_android_la_CFLAGS = \
|
libgstgl_android_la_CFLAGS = \
|
||||||
|
|
Loading…
Reference in a new issue