1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 00:02:13 +00:00

command: don't include stream_dvd.h

This commit is contained in:
wm4 2013-10-27 00:40:01 +02:00
parent 7abc1bef40
commit d2ee5c0330

View File

@ -61,9 +61,6 @@
#ifdef CONFIG_DVBIN
#include "stream/dvbin.h"
#endif
#ifdef CONFIG_DVDREAD
#include "stream/stream_dvd.h"
#endif
#include "screenshot.h"
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>