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 \
|
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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue