[gst-cvs] gst-plugins-bad: configure.ac: Remove dependency on libswscale

Edward Hervey bilboed at kemper.freedesktop.org
Thu Sep 9 08:20:34 PDT 2010


Module: gst-plugins-bad
Branch: master
Commit: a913746ef9f9e5c5be61f123de8ed51ed51b169d
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=a913746ef9f9e5c5be61f123de8ed51ed51b169d

Author: Edward Hervey <bilboed at bilboed.com>
Date:   Thu Sep  9 17:18:06 2010 +0200

configure.ac: Remove dependency on libswscale

It's not used in the gst opencv plugin.

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2b679d6..35aa869 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1232,7 +1232,7 @@ AG_GST_CHECK_FEATURE(OPENCV, [opencv plugins], opencv, [
   dnl a new version and the no-backward-compatibility define. (There doesn't
   dnl seem to be a switch to suppress the warnings the cvcompat.h header
   dnl causes.)
-  PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.1.0 libswscale >= 0.7 , [
+  PKG_CHECK_MODULES(OPENCV, opencv >= 2.0.0 opencv <= 2.1.0 , [
     AC_PROG_CXX
     AC_LANG_CPLUSPLUS
     OLD_CPPFLAGS=$CPPFLAGS





More information about the Gstreamer-commits mailing list