mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
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:
parent
e387ad5388
commit
14662eeec1
1 changed files with 2 additions and 13 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue