[MPlayer-dev-eng] [PATCH] Makefile rule for osdep/mplayer-rc.o

Diego Biurrun diego at biurrun.de
Mon Oct 9 11:24:16 CEST 2006


On Mon, Oct 09, 2006 at 04:10:32PM +0800, Zuxy Meng wrote:
> 
> This patch adds a rule for osdep/mplayer-rc.o specifically so it won't
> be compiled every time.
> 
> --- Makefile	???????? 20125??
> +++ Makefile	????????????
> @@ -398,6 +395,11 @@
>  
> +ifeq ($(TARGET_WIN32),yes)
> +osdep/mplayer-rc.o: osdep/mplayer.rc
> +	windres -o $@ osdep/mplayer.rc
> +endif

The ifeq is unnecessary, mplayer-rc.o is added to the MPlayer
dependencies only on Windows anyway.

Applied with that change.

Diego



More information about the MPlayer-dev-eng mailing list