summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream_vcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream_vcd.c')
-rw-r--r--libmpdemux/stream_vcd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libmpdemux/stream_vcd.c b/libmpdemux/stream_vcd.c
index 2e765d5d12..528a8d43d2 100644
--- a/libmpdemux/stream_vcd.c
+++ b/libmpdemux/stream_vcd.c
@@ -1,7 +1,6 @@
#include "config.h"
-#ifdef HAVE_VCD
#include "mp_msg.h"
#include "stream.h"
#include "help_mp.h"
@@ -151,5 +150,3 @@ stream_info_t stream_info_vcd = {
&stream_opts,
1 // Urls are an option string
};
-
-#endif