mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
build: remove unused EGL specific sources
These Makefile variables are not used at all. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
This commit is contained in:
parent
14662eeec1
commit
ba91bf4c56
1 changed files with 0 additions and 10 deletions
|
@ -111,16 +111,6 @@ libgstvaapi_source_c += $(libgstvaapi_h265enc_source_c)
|
|||
libgstvaapi_source_h += $(libgstvaapi_h265enc_source_h)
|
||||
endif
|
||||
|
||||
|
||||
|
||||
libgstvaapi_egl_source_c =
|
||||
libgstvaapi_egl_source_h =
|
||||
|
||||
if USE_EGL
|
||||
libgstvaapi_source_c += $(libgstvaapi_egl_source_c)
|
||||
libgstvaapi_source_h += $(libgstvaapi_egl_source_h)
|
||||
endif
|
||||
|
||||
libgstvaapi_la_SOURCES = $(libgstvaapi_source_c)
|
||||
noinst_HEADERS = $(libgstvaapi_source_h)
|
||||
|
||||
|
|
Loading…
Reference in a new issue