diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-08 09:12:33 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-08 09:12:33 +0000 |
commit | 139d5f7fcafcbfefca87e6c7252fcac1c383eea7 (patch) | |
tree | 4574ba7d4c78c14625cf775a0c62968338a368d7 /libdvdcss/Makefile | |
parent | 436ca3d8882be5d4e3dd689e326e88b748fb56d2 (diff) |
Move some #defines into configure/config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24031 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdvdcss/Makefile')
-rw-r--r-- | libdvdcss/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libdvdcss/Makefile b/libdvdcss/Makefile index 66953f184e..38b3e814cc 100644 --- a/libdvdcss/Makefile +++ b/libdvdcss/Makefile @@ -9,7 +9,6 @@ SRCS_COMMON = css.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 +CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\" include ../mpcommon.mak |