From ba91bf4c563b0c506e6e5859ac6b11d0d217047b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Wed, 27 Jan 2016 17:20:31 +0100 Subject: build: remove unused EGL specific sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These Makefile variables are not used at all. Signed-off-by: Víctor Manuel Jáquez Leal --- gst/vaapi/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gst/vaapi/Makefile.am b/gst/vaapi/Makefile.am index 04568c95..5732a2f1 100644 --- a/gst/vaapi/Makefile.am +++ b/gst/vaapi/Makefile.am @@ -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) -- cgit v1.2.1