diff options
author | wm4 <wm4@nowhere> | 2015-08-03 23:33:03 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-08-03 23:49:14 +0200 |
commit | f792f56440c33fae4f027518fe999daa9e8d3771 (patch) | |
tree | abd7fb8f75a17e03a42696631543b4aa8aff2efc /TOOLS/old-makefile | |
parent | 59d44ecef17790739211c56e7b2ca5c2682d855a (diff) | |
download | mpv-f792f56440c33fae4f027518fe999daa9e8d3771.tar.bz2 mpv-f792f56440c33fae4f027518fe999daa9e8d3771.tar.xz |
player: remove higher-level remains of DVD/BD menu support
Nobody wanted to restore this, so it gets the boot.
If anyone still wants to volunteer to restore menu support, this would
be welcome. (I might even try it myself if I feel masochistic and like
wasting a lot of time for nothing.) But if it does get restored, it
should be done differently. There were many stupid things about how it
was done. For example, it somehow tried to pull mp_nav_events through
all the layers (including needing to "buffer" them in the demuxer),
which was needlessly complicated. It could be done simpler.
This code was already inactive, so this commit actually changes nothing.
Also keep in mind that normal DVD/BD playback still works.
Diffstat (limited to 'TOOLS/old-makefile')
-rw-r--r-- | TOOLS/old-makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile index 940233d581..d36b013e21 100644 --- a/TOOLS/old-makefile +++ b/TOOLS/old-makefile @@ -205,7 +205,6 @@ SOURCES = audio/audio.c \ player/client.c \ player/configfiles.c \ player/command.c \ - player/discnav.c \ player/loadfile.c \ player/main.c \ player/misc.c \ |