summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream_smb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream_smb.c')
-rw-r--r--libmpdemux/stream_smb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpdemux/stream_smb.c b/libmpdemux/stream_smb.c
index c92b1da432..21c8d39e5d 100644
--- a/libmpdemux/stream_smb.c
+++ b/libmpdemux/stream_smb.c
@@ -1,8 +1,6 @@
#include "config.h"
-#ifdef LIBSMBCLIENT
-
#include <libsmbclient.h>
#include <unistd.h>
@@ -148,5 +146,3 @@ stream_info_t stream_info_smb = {
&stream_opts,
0 //Url is an option string
};
-
-#endif