[MPlayer-cvslog] r30930 - in trunk: Makefile loader/codecpath.c loader/codecpath.h loader/drv.c loader/drv.h loader/elfdll.c loader/module.c loader/win32.c mencoder.c mplayer.c
Diego Biurrun
diego at biurrun.de
Thu Mar 18 21:56:55 CET 2010
On Thu, Mar 18, 2010 at 09:44:02PM +0100, reimar wrote:
>
> Log:
> Split codec path related code into a separate file to fix Windows build.
Nice, thanks.
> --- trunk/mencoder.c Thu Mar 18 01:45:18 2010 (r30929)
> +++ trunk/mencoder.c Thu Mar 18 21:44:01 2010 (r30930)
> @@ -66,7 +66,7 @@
>
> #ifdef CONFIG_WIN32DLL
> -#include "loader/drv.h" // for SetCodecPath()
> +#include "loader/codecpath.h" // for SetCodecPath()
> #endif
>
> --- trunk/mplayer.c Thu Mar 18 01:45:18 2010 (r30929)
> +++ trunk/mplayer.c Thu Mar 18 21:44:01 2010 (r30930)
> @@ -96,7 +96,7 @@
>
> #ifdef CONFIG_WIN32DLL
> -#include "loader/drv.h" // for SetCodecPath()
> +#include "loader/codecpath.h" // for SetCodecPath()
> #endif
The #ifdefs are no longer necessary.
Diego
More information about the MPlayer-cvslog
mailing list