cosmetics: prettyprint

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24058 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-14 14:30:27 +00:00
parent bcf0c984f0
commit 8de8cfdeee
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ include ../config.mak
LIBNAME_MPLAYER = libinput.a
SRCS_MPLAYER = input.c
SRCS_MPLAYER = input.c
SRCS_MPLAYER-$(APPLE_REMOTE) += ar.c
SRCS_MPLAYER-$(JOYSTICK) += joystick.c
SRCS_MPLAYER-$(LIRC) += lirc.c
SRCS_MPLAYER-$(JOYSTICK) += joystick.c
SRCS_MPLAYER-$(LIRC) += lirc.c
include ../mpcommon.mak