build: remove check for GStreamer 1.2
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 27 Jan 2016 16:19:32 +0000 (17:19 +0100)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Mon, 1 Feb 2016 11:21:57 +0000 (12:21 +0100)
Since we are working for current stable GStreamer 1.6

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
gst/vaapi/Makefile.am

index b25d2df..04568c9 100644 (file)
@@ -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)