summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-01-27 17:19:32 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-01 12:21:57 +0100
commit14662eeec12fb3e65c3aa41ad82c7c5e554989b6 (patch)
tree2f960c4170ac0a3926fc33caec48634956f15e5b
parente387ad53881984920eebb677a8457ccf5d8ee37b (diff)
downloadgst-vaapi-14662eeec12fb3e65c3aa41ad82c7c5e554989b6.tar.gz
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>
-rw-r--r--gst/vaapi/Makefile.am15
1 files 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)