mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 01:46:16 +00:00
2a86b5b99e
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21325 b3059339-0415-0410-9bf9-f77b7e298cf2
11 lines
142 B
Makefile
11 lines
142 B
Makefile
|
|
include ../config.mak
|
|
|
|
LIBNAME = libinput.a
|
|
|
|
SRCS=input.c
|
|
SRCS-$(JOYSTICK) += joystick.c
|
|
SRCS-$(LIRC) += lirc.c
|
|
|
|
include ../mpcommon.mak
|