summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorFlorian Franzmann2019-09-28 12:38:21 +0200
committerFlorian Franzmann2019-09-29 12:42:30 +0200
commitb0bd016b51d1bf027f009571198e3bf63e5d1127 (patch)
tree65c6ed9c3529984443b82640c5a848c80af8ee18 /video
parent31c550138915e095d482662b25e362e45ecbf902 (diff)
video/mpv: depend on luajit instead of LUA
Diffstat (limited to 'video')
-rwxr-xr-xvideo/mpv/CONFIGURE4
-rwxr-xr-xvideo/mpv/DEPENDS2
-rw-r--r--video/mpv/HISTORY4
3 files changed, 5 insertions, 5 deletions
diff --git a/video/mpv/CONFIGURE b/video/mpv/CONFIGURE
index 7479328c9f..70880f5899 100755
--- a/video/mpv/CONFIGURE
+++ b/video/mpv/CONFIGURE
@@ -1,9 +1,5 @@
default_configure &&
-config_query_option MPV_OPTS "Compile-in debugging information?" y \
- "--enable-debug-build" \
- "--disable-debug-build" &&
-
config_query_option MPV_OPTS "Enable DVB (Digital Video Broadcast) support?" y \
"--enable-dvb" \
"--disable-dvb" &&
diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 93b3eccba8..22811a471f 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -2,7 +2,7 @@ depends perl &&
depends python3 &&
depends LIBAVCODEC &&
-optional_depends LUA \
+optional_depends luajit \
"--enable-lua" \
"--disable-lua" \
"for Lua scripting support" &&
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 560535f75a..82f49a8c69 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,7 @@
+2019-09-28 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * CONFIGURE: remove obsolete debug-build option
+ * DEPENDS: depend on luajit instead of LUA
+
2019-07-04 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: waf version 2.0.17
* DEPENDS: python -> python3