summaryrefslogtreecommitdiffstats
path: root/mpvcore
diff options
context:
space:
mode:
authorNikoli <nikoli@gmx.us>2013-11-28 21:15:11 +0400
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-29 23:08:33 +0100
commit18345400c022ad644ff5dafe1383110c47e7d533 (patch)
tree7055f483ad6f9730d334f33d4205a30f22bad863 /mpvcore
parent597b8a355002306486c5d4a19890bb403b5d3ded (diff)
downloadmpv-18345400c022ad644ff5dafe1383110c47e7d533.tar.bz2
mpv-18345400c022ad644ff5dafe1383110c47e7d533.tar.xz
build: add options for enabling and disabling any libquvi versions
Makes packaging a bit simpler.
Diffstat (limited to 'mpvcore')
-rw-r--r--mpvcore/player/loadfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/player/loadfile.c b/mpvcore/player/loadfile.c
index 46574898e5..3f23b21234 100644
--- a/mpvcore/player/loadfile.c
+++ b/mpvcore/player/loadfile.c
@@ -858,7 +858,7 @@ static struct mp_resolve_result *resolve_url(const char *filename,
{
if (!mp_is_url(bstr0(filename)))
return NULL;
-#if HAVE_LIBQUVI4 || HAVE_LIBQUVI9
+#if HAVE_LIBQUVI
return mp_resolve_quvi(filename, opts);
#else
return NULL;