Mercurial > mplayer.hg
diff Makefile @ 29531:6bd4c0c77eab
Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.
Also get rid of our own defines for the keycodes and instead use the
predefined ones from Carbon.
author | reimar |
---|---|
date | Fri, 28 Aug 2009 12:54:33 +0000 |
parents | 3fa15eca924e |
children | 9c8f8e375823 |
line wrap: on
line diff
--- a/Makefile Fri Aug 28 08:36:51 2009 +0000 +++ b/Makefile Fri Aug 28 12:54:33 2009 +0000 @@ -610,7 +610,7 @@ SRCS_MPLAYER-$(PNG) += libvo/vo_png.c SRCS_MPLAYER-$(PNM) += libvo/vo_pnm.c SRCS_MPLAYER-$(PULSE) += libao2/ao_pulse.c -SRCS_MPLAYER-$(QUARTZ) += libvo/vo_quartz.c +SRCS_MPLAYER-$(QUARTZ) += libvo/vo_quartz.c libvo/osx_common.c SRCS_MPLAYER-$(S3FB) += libvo/vo_s3fb.c SRCS_MPLAYER-$(SDL) += libao2/ao_sdl.c libvo/vo_sdl.c SRCS_MPLAYER-$(SGIAUDIO) += libao2/ao_sgi.c