mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 04:51:52 +00:00
dc2be42703
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
15 lines
172 B
Makefile
15 lines
172 B
Makefile
|
|
include ../config.mak
|
|
|
|
LIBNAME = libinput.a
|
|
|
|
SRCS=input.c
|
|
ifeq ($(JOYSTICK),yes)
|
|
SRCS += joystick.c
|
|
endif
|
|
ifeq ($(LIRC),yes)
|
|
SRCS += lirc.c
|
|
endif
|
|
|
|
include ../mpcommon.mak
|