1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-17 04:15:13 +00:00
mpv/input/Makefile

11 lines
237 B
Makefile
Raw Normal View History

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