Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
23997:91d1c452dcba | 23998:6ed967c215f0 |
---|---|
8 ioctl.c \ | 8 ioctl.c \ |
9 libdvdcss.c \ | 9 libdvdcss.c \ |
10 #bsdi_ioctl \ | 10 #bsdi_ioctl \ |
11 | 11 |
12 CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\" \ | 12 CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\" \ |
13 -DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H | 13 -DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_UNISTD_H |
14 | 14 |
15 include ../mpcommon.mak | 15 include ../mpcommon.mak |