[MPlayer-cvslog] r36015 - in trunk: Makefile configure

diego subversion at mplayerhq.hu
Tue Mar 19 17:50:18 CET 2013


Author: diego
Date: Tue Mar 19 17:50:18 2013
New Revision: 36015

Log:
build: Only compile modify_reg tool if Win32 emulation is enabled.

Modified:
   trunk/Makefile
   trunk/configure

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Tue Mar 19 17:15:32 2013	(r36014)
+++ trunk/Makefile	Tue Mar 19 17:50:18 2013	(r36015)
@@ -1031,9 +1031,10 @@ tests: $(addsuffix $(EXESUF),$(TESTS))
 testsclean:
 	-rm -f $(call ADD_ALL_EXESUFS,$(TESTS) $(TESTS-no))
 
-TOOLS-$(ARCH_X86)       += fastmemcpybench modify_reg
+TOOLS-$(ARCH_X86)               += fastmemcpybench
 TOOLS-$(HAVE_WINDOWS_H) += vfw2menc
 TOOLS-$(SDL_IMAGE)      += bmovl-test
+TOOLS-$(WIN32_EMULATION)        += modify_reg
 
 TOOLS := $(addprefix TOOLS/,alaw-gen asfinfo avi-fix avisubdump compare dump_mp4 movinfo netstream subrip vivodump $(TOOLS-yes))
 

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Mar 19 17:15:32 2013	(r36014)
+++ trunk/configure	Tue Mar 19 17:50:18 2013	(r36015)
@@ -6821,6 +6821,7 @@ if test "$_win32dll" = auto ; then
     _win32dll=yes
   fi
 fi
+_win32_emulation=no
 if test "$_win32dll" = yes ; then
   def_win32dll='#define CONFIG_WIN32DLL 1'
   if ! win32 ; then


More information about the MPlayer-cvslog mailing list