Mercurial > mplayer.hg
view input/Makefile @ 25159:fb1bd7bf749d
Avoid gcc warning:
vcd_read_win32.h:61: warning: format '%u' expects type 'unsigned int',
but argument 4 has type 'DWORD'
author | zuxy |
---|---|
date | Wed, 28 Nov 2007 11:36:23 +0000 |
parents | 4c260bdb4de9 |
children |
line wrap: on
line source
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