mirror of
https://github.com/mpv-player/mpv
synced 2025-02-13 02:16:54 +00:00
Move the rest of the config.h parameters to the Makefile.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20626 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2ea83c999e
commit
c50e2c8636
@ -34,10 +34,11 @@ endif
|
||||
# \ -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
|
||||
|
@ -1,8 +0,0 @@
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
||||
#include "../config.h"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.2.9"
|
Loading…
Reference in New Issue
Block a user