mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 10:26:00 +00:00
8de8cfdeee
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24058 b3059339-0415-0410-9bf9-f77b7e298cf2
11 lines
237 B
Makefile
11 lines
237 B
Makefile
include ../config.mak
|
|
|
|
LIBNAME_MPLAYER = libinput.a
|
|
|
|
SRCS_MPLAYER = input.c
|
|
SRCS_MPLAYER-$(APPLE_REMOTE) += ar.c
|
|
SRCS_MPLAYER-$(JOYSTICK) += joystick.c
|
|
SRCS_MPLAYER-$(LIRC) += lirc.c
|
|
|
|
include ../mpcommon.mak
|