Re: [MPlayer-dev-eng] [PATCH] Override binary codec path
- Date: Tue, 09 Mar 2010 14:12:26 +0100
- From: Diego Biurrun <diego@xxxxxxxxxx>
- Subject: Re: [MPlayer-dev-eng] [PATCH] Override binary codec path
On Tue, Mar 09, 2010 at 10:00:37PM +0900, KO Myung-Hun wrote:
>
> --- get_path.c (revision 30850)
> +++ get_path.c (working copy)
> @@ -40,11 +40,10 @@
> #elif defined(__CYGWIN__)
> #include <windows.h>
> #include <sys/cygwin.h>
> -#elif defined(__OS2__)
> -#define INCL_DOS
> -#include <os2.h>
> #endif
>
> +#include "osdep/osdep.h"
OK. If you find more uses for the osdep.h header, commit right away.
It's still not clear to me why you implement this in an OS-specific way
instead of adding a generic command line option.
Diego
_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng@xxxxxxxxxxxx
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng