[MPlayer-dev-eng] [PATCH] OS/2 - mplayer.c
Diego Biurrun
diego at biurrun.de
Sat Aug 18 11:07:01 CEST 2007
On Sat, Aug 18, 2007 at 05:53:49PM +0900, KO Myung-Hun wrote:
>
> This is a patch of 'mplayer.c' for OS/2
No, it is not.
> --- mplayer.c (revision 24089)
> +++ mplayer.c (working copy)
> @@ -2597,10 +2627,12 @@
> if(slave_mode)
> -#ifndef __MINGW32__
> +#ifdef __MINGW32__
> + mp_input_add_cmd_fd(0,0,mp_input_win32_slave_cmd_func,NULL);
> +#elif defined(__OS2__)
> + mp_input_add_cmd_fd(0,0,mp_input_os2_slave_cmd_func,NULL);
This function is not added anywhere in this patch. How do you expect
your code to compile?
Patch obviously rejected.
Diego
More information about the MPlayer-dev-eng
mailing list