summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-01-27 17:20:31 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-01 12:21:57 +0100
commitba91bf4c563b0c506e6e5859ac6b11d0d217047b (patch)
tree676d8d728771d50a139f7934d527410377c53c1a
parent14662eeec12fb3e65c3aa41ad82c7c5e554989b6 (diff)
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>
-rw-r--r--gst/vaapi/Makefile.am10
1 files changed, 0 insertions, 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)