summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-14 14:30:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-14 14:30:27 +0000
commit8de8cfdeee1bce4d29a18f6e994d818a6b589e31 (patch)
tree61dc23d7b6a212e60811a1be439ddeb3bb068460 /input
parentbcf0c984f0d5409fc42e9694c1677366881ff6ad (diff)
downloadmpv-8de8cfdeee1bce4d29a18f6e994d818a6b589e31.tar.bz2
mpv-8de8cfdeee1bce4d29a18f6e994d818a6b589e31.tar.xz
cosmetics: prettyprint
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24058 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/input/Makefile b/input/Makefile
index 3b4d085581..364d73641d 100644
--- a/input/Makefile
+++ b/input/Makefile
@@ -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