mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 02:15:59 +00:00
5519d98983
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2
10 lines
188 B
Makefile
10 lines
188 B
Makefile
include ../config.mak
|
|
|
|
LIBNAME_MPLAYER = libinput.a
|
|
|
|
SRCS_MPLAYER = input.c
|
|
SRCS_MPLAYER-$(JOYSTICK) += joystick.c
|
|
SRCS_MPLAYER-$(LIRC) += lirc.c
|
|
|
|
include ../mpcommon.mak
|