From 14662eeec12fb3e65c3aa41ad82c7c5e554989b6 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:19:32 +0100 Subject: build: remove check for GStreamer 1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we are working for current stable GStreamer 1.6 Signed-off-by: Víctor Manuel Jáquez Leal --- gst/vaapi/Makefile.am | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/gst/vaapi/Makefile.am b/gst/vaapi/Makefile.am index b25d2dfd..04568c95 100644 --- a/gst/vaapi/Makefile.am +++ b/gst/vaapi/Makefile.am @@ -53,6 +53,7 @@ libgstvaapi_source_c = \ gstvaapidecodebin.c \ gstvaapivideobufferpool.c \ gstvaapivideomemory.c \ + gstvaapivideometa_texture.c \ $(NULL) libgstvaapi_source_h = \ @@ -68,6 +69,7 @@ libgstvaapi_source_h = \ gstvaapidecodebin.h \ gstvaapivideobufferpool.h \ gstvaapivideomemory.h \ + gstvaapivideometa_texture.h \ $(NULL) libgstvaapi_enc_source_c = \ @@ -119,19 +121,6 @@ libgstvaapi_source_c += $(libgstvaapi_egl_source_c) libgstvaapi_source_h += $(libgstvaapi_egl_source_h) endif -libgstvaapi_1_2p_source_c = \ - gstvaapivideometa_texture.c \ - $(NULL) - -libgstvaapi_1_2p_source_h = \ - gstvaapivideometa_texture.h \ - $(NULL) - -if USE_GST_API_1_2p -libgstvaapi_source_c += $(libgstvaapi_1_2p_source_c) -libgstvaapi_source_h += $(libgstvaapi_1_2p_source_h) -endif - libgstvaapi_la_SOURCES = $(libgstvaapi_source_c) noinst_HEADERS = $(libgstvaapi_source_h) -- cgit v1.2.1