summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-02-02 14:20:24 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-02-02 14:36:05 +0100
commit68fa3c49db720645da2c653a8c8f9d92c0d6815f (patch)
tree9d21faf56a6aa83eeecbad96a939a98c6293dd5a /Makefile
parent6e4a45476f72ad211dccfa6eb8b7657322846953 (diff)
downloadmpv-68fa3c49db720645da2c653a8c8f9d92c0d6815f.tar.bz2
mpv-68fa3c49db720645da2c653a8c8f9d92c0d6815f.tar.xz
cocoa_events: remove this functionality
This functionality looked smart but created problems with some kinds of multi touch events. Moreover some events coming from the windows server – like hovering a corner for window resize – didn't cause the player to wake up immediately. The "correct" non hacky way to implement async event polling with cocoa would be having the vanilla cocoa event loop driving the player and setting up mpv's terminal FDs as event sources for the cocoa event loop. Fixes #20
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1a3649f607..836a422fd1 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,7 @@ SOURCES-$(LIBSMBCLIENT) += stream/stream_smb.c
SOURCES-$(MACOSX_FINDER) += osdep/macosx_finder_args.m
SOURCES-$(MACOSX_BUNDLE) += osdep/macosx_bundle.m
SOURCES-$(COCOA) += video/out/osx_common.m \
- video/out/cocoa_common.m \
- osdep/cocoa_events.m
+ video/out/cocoa_common.m
SOURCES-$(MNG) += demux/demux_mng.c
SOURCES-$(MPG123) += audio/decode/ad_mpg123.c