diff Makefile @ 29533:9c8f8e375823

Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer keycodes instead of its own switch-case in vo_corevideo.m
author reimar
date Fri, 28 Aug 2009 13:29:07 +0000
parents 6bd4c0c77eab
children 252ec0ff7e30
line wrap: on
line diff
--- a/Makefile	Fri Aug 28 13:25:30 2009 +0000
+++ b/Makefile	Fri Aug 28 13:29:07 2009 +0000
@@ -533,7 +533,7 @@
 SRCS_MPLAYER-$(BL)           += libvo/vo_bl.c
 SRCS_MPLAYER-$(CACA)         += libvo/vo_caca.c
 SRCS_MPLAYER-$(COREAUDIO)    += libao2/ao_coreaudio.c
-SRCS_MPLAYER-$(COREVIDEO)    += libvo/vo_corevideo.m
+SRCS_MPLAYER-$(COREVIDEO)    += libvo/vo_corevideo.m libvo/osx_common.c
 SRCS_MPLAYER-$(DART)         += libao2/ao_dart.c
 SRCS_MPLAYER-$(DFBMGA)       += libvo/vo_dfbmga.c
 SRCS_MPLAYER-$(DGA)          += libvo/vo_dga.c