build: remove unused EGL specific sources
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 27 Jan 2016 16:20:31 +0000 (17:20 +0100)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Mon, 1 Feb 2016 11:21:57 +0000 (12:21 +0100)
These Makefile variables are not used at all.

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
gst/vaapi/Makefile.am

index 04568c9..5732a2f 100644 (file)
@@ -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)