build: remove check for GStreamer 1.2

Since we are working for current stable GStreamer 1.6

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
This commit is contained in:
Víctor Manuel Jáquez Leal 2016-01-27 17:19:32 +01:00
parent e387ad5388
commit 14662eeec1

View file

@ -53,6 +53,7 @@ libgstvaapi_source_c = \
gstvaapidecodebin.c \ gstvaapidecodebin.c \
gstvaapivideobufferpool.c \ gstvaapivideobufferpool.c \
gstvaapivideomemory.c \ gstvaapivideomemory.c \
gstvaapivideometa_texture.c \
$(NULL) $(NULL)
libgstvaapi_source_h = \ libgstvaapi_source_h = \
@ -68,6 +69,7 @@ libgstvaapi_source_h = \
gstvaapidecodebin.h \ gstvaapidecodebin.h \
gstvaapivideobufferpool.h \ gstvaapivideobufferpool.h \
gstvaapivideomemory.h \ gstvaapivideomemory.h \
gstvaapivideometa_texture.h \
$(NULL) $(NULL)
libgstvaapi_enc_source_c = \ libgstvaapi_enc_source_c = \
@ -119,19 +121,6 @@ libgstvaapi_source_c += $(libgstvaapi_egl_source_c)
libgstvaapi_source_h += $(libgstvaapi_egl_source_h) libgstvaapi_source_h += $(libgstvaapi_egl_source_h)
endif 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) libgstvaapi_la_SOURCES = $(libgstvaapi_source_c)
noinst_HEADERS = $(libgstvaapi_source_h) noinst_HEADERS = $(libgstvaapi_source_h)