[MPlayer-cvslog] r26431 - in trunk: Makefile configure
diego
subversion at mplayerhq.hu
Sun Apr 13 09:57:36 CEST 2008
Author: diego
Date: Sun Apr 13 09:57:35 2008
New Revision: 26431
Log:
Restore compilation of osdep/mplayer-rc.o.
Modified:
trunk/Makefile
trunk/configure
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Apr 13 09:57:35 2008
@@ -152,6 +152,7 @@ SRCS_MPLAYER-$(LIBMENU) += libmenu/
SRCS_MPLAYER-$(LIRC) += input/lirc.c
+OBJS_MPLAYER-$(PE_EXECUTABLE) += osdep/mplayer-rc.o
SRCS_MENCODER = mencoder.c \
mp_msg-mencoder.c \
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Apr 13 09:57:35 2008
@@ -1339,6 +1339,7 @@ if win32 ; then
_exesuf=".exe"
# -lwinmm is always needed for osdep/timer-win2.c
_ld_extra="$_ld_extra -lwinmm"
+ _pe_executable=yes
_timer=timer-win2.c
fi
@@ -7730,6 +7731,8 @@ NEED_VSSCANF = $_need_vsscanf
GETCH = $_getch
TIMER = $_timer
+PE_EXECUTABLE = $_pe_executable
+
# audio output
OSS = $_ossaudio
ALSA = $_alsa
More information about the MPlayer-cvslog
mailing list