# HG changeset patch # User diego # Date 1162550205 0 # Node ID 8571e14f3f43b8db9307adc166721e9837b18942 # Parent c90f6e02a589bc3c5a37f0beafebd934c1038732 Move the rest of the config.h parameters to the Makefile. diff -r c90f6e02a589 -r 8571e14f3f43 libmpdvdkit2/Makefile --- a/libmpdvdkit2/Makefile Fri Nov 03 10:09:39 2006 +0000 +++ b/libmpdvdkit2/Makefile Fri Nov 03 10:36:45 2006 +0000 @@ -34,10 +34,11 @@ # \ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 # -funroll-loops removed, triggered gcc 3.0.4 (3.x?) bug -CFLAGS= -I. $(OPTFLAGS) \ +CFLAGS= -I.. $(OPTFLAGS) \ -DSYS_LINUX -D__USE_UNIX98 -D_REENTRANT -D_GNU_SOURCE \ -DHAVE_DVDCSS_DVDCSS_H -DSTDC_HEADERS -DHAVE_LIMITS_H \ -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H \ + -DVERSION=\"1.2.9\" ifeq ($(TARGET_OS),CYGWIN) CFLAGS+=-DSYS_CYGWIN -DWIN32 diff -r c90f6e02a589 -r 8571e14f3f43 libmpdvdkit2/config.h --- a/libmpdvdkit2/config.h Fri Nov 03 10:09:39 2006 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -#include "../config.h" - -/* Version number of package */ -#define VERSION "1.2.9"