[MPlayer-dev-eng] [PATCH] Override binary codec path
Diego Biurrun
diego at biurrun.de
Tue Mar 9 14:12:26 CET 2010
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
More information about the MPlayer-dev-eng
mailing list