summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 21:44:50 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:35:03 +0200
commit959b718957527710b4bcf6e7227a0beaeb034137 (patch)
tree8007a8206751650370ffbadb09c1527664f333a5 /player/loadfile.c
parent77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7 (diff)
downloadmpv-959b718957527710b4bcf6e7227a0beaeb034137.tar.bz2
mpv-959b718957527710b4bcf6e7227a0beaeb034137.tar.xz
stream_dvb: remove global option variables
Diffstat (limited to 'player/loadfile.c')
-rw-r--r--player/loadfile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index 26f6c3a0c5..712ba58f02 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -59,10 +59,6 @@
#include "command.h"
#include "libmpv/client.h"
-#if HAVE_DVBIN
-#include "stream/dvbin.h"
-#endif
-
static void uninit_sub(struct MPContext *mpctx, int order)
{
if (mpctx->d_sub[order])