diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-07 08:34:00 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-07 08:34:00 +0000 |
commit | 8a0954e8020df267fbd2dc1925f1c0d5a7f1b820 (patch) | |
tree | 8b6514ab9e34d003b7b34334cd708cf360f49b5c /libdvdcss | |
parent | 022e0bedc6f60bf0fdf332feeff3873e7402c8b7 (diff) |
HAVE_INTTYPES_H is already declared in config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24018 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdvdcss')
-rw-r--r-- | libdvdcss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdvdcss/Makefile b/libdvdcss/Makefile index 31dbfd9136..66953f184e 100644 --- a/libdvdcss/Makefile +++ b/libdvdcss/Makefile @@ -10,6 +10,6 @@ SRCS_COMMON = css.c \ #bsdi_ioctl \ CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\" \ - -DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H + -DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_UNISTD_H include ../mpcommon.mak |