projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
960ccc1
)
configure.ac: Remove dependency on libswscale
author
Edward Hervey
<bilboed@bilboed.com>
Thu, 9 Sep 2010 15:18:06 +0000
(17:18 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Thu, 9 Sep 2010 15:18:06 +0000
(17:18 +0200)
It's not used in the gst opencv plugin.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
2b679d6
..
35aa869
100644
(file)
--- 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