[Lunar-commits] <moonbase> ffmpeg: Adjusting the CONFIGURE to skirt around a circular depends if opencv is installed.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Dec 7 14:17:53 CET 2011


commit e56ef7e3a6bd5adb5adee0f2c97ffb75d122eabf
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Dec 7 08:17:53 2011 -0500

    ffmpeg: Adjusting the CONFIGURE to skirt around a circular depends if opencv is installed.
---
 video/ffmpeg/CONFIGURE |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/video/ffmpeg/CONFIGURE b/video/ffmpeg/CONFIGURE
index e8afa09..6a5f7a2 100644
--- a/video/ffmpeg/CONFIGURE
+++ b/video/ffmpeg/CONFIGURE
@@ -1 +1,6 @@
 mquery NONFREE "Compile non-free codecs?" y "--enable-nonfree" "--disable-nonfree"
+
+if module_installed opencv ; then
+   mquery USE_OPENCV "Enable OpenCV library support? " y "--enable-libopencv" "--disable-libopencv"
+fi
+


More information about the Lunar-commits mailing list