summaryrefslogtreecommitdiffstats
path: root/demux/mf.c
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-04 08:31:58 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-04 08:31:58 +0100
commit90875001793400c01f8290260cec2e284620477f (patch)
treee1a05cbe8599e8c27542efe712c21fa1c41d7f97 /demux/mf.c
parent5b6eab01af32cdf886f0ae9fc1c50e3aa1584da2 (diff)
parent3a831b2c016944c1f976d07c5ee9002c6250d9ac (diff)
downloadmpv-90875001793400c01f8290260cec2e284620477f.tar.bz2
mpv-90875001793400c01f8290260cec2e284620477f.tar.xz
Merge remote-tracking branch 'origin/have_configure'
Diffstat (limited to 'demux/mf.c')
-rw-r--r--demux/mf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/mf.c b/demux/mf.c
index 8682e846bf..d1060efc3c 100644
--- a/demux/mf.c
+++ b/demux/mf.c
@@ -30,7 +30,7 @@
#include "config.h"
-#ifdef HAVE_GLOB
+#if HAVE_GLOB
#include <glob.h>
#else
#include "osdep/glob.h"