summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2012-03-04 20:12:57 +0100
committerUoti Urpala <uau@mplayer2.org>2012-03-25 22:30:37 +0300
commitd0f0bf7fd2b021c17432de5108fd7fa3534a2a10 (patch)
tree156a679e9c58d329068672215e093f02b156a268 /Makefile
parent24e08eb5f2e54fce46a6ff504276aa8da4bf2fa2 (diff)
downloadmpv-d0f0bf7fd2b021c17432de5108fd7fa3534a2a10.tar.bz2
mpv-d0f0bf7fd2b021c17432de5108fd7fa3534a2a10.tar.xz
vo_quartz: remove this video output
This video output is not useful anymore. It is based on Carbon to draw the mplayer window and this has been deprecated by Apple in 10.5. The upcoming 10.8 OSX release should deprecate most of Carbon, so it doesn't make sense to keep vo_quartz in the codebase when there are modern and better alternatives (vo_gl and vo_corevideo).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a67554f377..b3b0634d6d 100644
--- a/Makefile
+++ b/Makefile
@@ -469,7 +469,6 @@ SRCS_MPLAYER-$(OPENAL) += libao2/ao_openal.c
SRCS_MPLAYER-$(OSS) += libao2/ao_oss.c
SRCS_MPLAYER-$(PNM) += libvo/vo_pnm.c
SRCS_MPLAYER-$(PULSE) += libao2/ao_pulse.c
-SRCS_MPLAYER-$(QUARTZ) += libvo/vo_quartz.c libvo/osx_common.c
SRCS_MPLAYER-$(RSOUND) += libao2/ao_rsound.c
SRCS_MPLAYER-$(S3FB) += libvo/vo_s3fb.c
SRCS_MPLAYER-$(SDL) += libao2/ao_sdl.c libvo/vo_sdl.c libvo/sdl_common.c