[Pkg-gstreamer-commits] [gstreamer-vaapi] 17/176: configure: disable encoders with GStreamer 0.10.

Vincent Cheng vcheng at moszumanska.debian.org
Tue Jun 3 08:09:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

vcheng pushed a commit to branch upstream
in repository gstreamer-vaapi.

commit 98fa9e7d5912d91cad541e31abf1074740b99e34
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date:   Tue Nov 26 17:56:59 2013 +0100

    configure: disable encoders with GStreamer 0.10.
    
    Don't try to build video encoders for GStreamer 0.10. Support code is
    not there yet, and probably will never for such an ancient version.
---
 configure.ac | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure.ac b/configure.ac
index e8fcb85..d0bcb46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -722,6 +722,11 @@ if test "$enable_encoders" = "yes"; then
             ])
         CPPFLAGS="$saved_CPPFLAGS"
     fi
+
+    if test "$USE_GST_API_1_0p" != "yes"; then
+        AC_MSG_WARN([GStreamer API < 1.0, disabling encoders])
+        USE_ENCODERS=0
+    fi
 fi
 
 dnl VA/Wayland API

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer-vaapi.git



More information about the Pkg-gstreamer-commits mailing list