1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 20:05:07 +00:00

Restore compilation of osdep/mplayer-rc.o.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26431 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-13 07:57:35 +00:00
parent 64f6c99f59
commit 7bd7e50709
2 changed files with 4 additions and 0 deletions

View File

@ -152,6 +152,7 @@ SRCS_MPLAYER-$(LIBMENU) += libmenu/menu.c \
SRCS_MPLAYER-$(LIRC) += input/lirc.c
OBJS_MPLAYER-$(PE_EXECUTABLE) += osdep/mplayer-rc.o
SRCS_MENCODER = mencoder.c \
mp_msg-mencoder.c \

3
configure vendored
View File

@ -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