summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorPhilip Sequeira <phsequei@gmail.com>2014-03-11 15:27:50 -0400
committerwm4 <wm4@nowhere>2014-03-12 00:46:18 +0100
commitac4b9a47cef7a17e27fb034b787089cf07f6c3d4 (patch)
treee40c3a1ce5fc69648b706a1504e4ba714027b69d /old-configure
parent14c1816c717b374d1309fd601ae52002d659e415 (diff)
downloadmpv-ac4b9a47cef7a17e27fb034b787089cf07f6c3d4.tar.bz2
mpv-ac4b9a47cef7a17e27fb034b787089cf07f6c3d4.tar.xz
stream_file: network file system detection for Linux
Addresses issue #558 on Linux systems. Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'old-configure')
-rwxr-xr-xold-configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/old-configure b/old-configure
index b438f8b33e..42897f3c15 100755
--- a/old-configure
+++ b/old-configure
@@ -3400,6 +3400,7 @@ cat > $TMPH << EOF
/* we didn't bother to add actual config checks for this */
#define HAVE_BSD_FSTATFS 0
+#define HAVE_LINUX_FSTATFS 0
/* system headers */
$def_mman_h