Mercurial > mplayer.hg
view libdvdcss/Makefile @ 23998:6ed967c215f0
HAVE_INTTYPES_H is already declared in config.h.
author | diego |
---|---|
date | Tue, 07 Aug 2007 08:34:00 +0000 |
parents | 404b9b4b13cd |
children | aa0a5aa712fc |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = libdvdcss.a SRCS_COMMON = css.c \ device.c \ error.c \ ioctl.c \ libdvdcss.c \ #bsdi_ioctl \ CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\" \ -DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_UNISTD_H include ../mpcommon.mak