summaryrefslogtreecommitdiffstats
path: root/video/mlt/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'video/mlt/CONFIGURE')
-rwxr-xr-xvideo/mlt/CONFIGURE7
1 files changed, 4 insertions, 3 deletions
diff --git a/video/mlt/CONFIGURE b/video/mlt/CONFIGURE
index 48e37b346d..2274bb8113 100755
--- a/video/mlt/CONFIGURE
+++ b/video/mlt/CONFIGURE
@@ -1,3 +1,4 @@
-config_query_option MLT_KINO "support kino?" n "" "--disable-kino"
-config_query_option MLT_KDEN "support kdenlive" n "" "--disable-kdenlive"
-config_query_option MLT_SCALE "software scaling?" y "--avformat-swscale" ""
+persistent_remove MLT_KINO
+persistent_remove MLT_SCALE
+. $GRIMOIRE/CMAKE_CONFIGURE
+config_query_option MLT_KDEN "support kdenlive" n -DMOD_KDENLIVE={on,off}