mirror of https://github.com/mpv-player/mpv
whitespace cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22644 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2de1b693f0
commit
c894cefcf9
|
@ -9,9 +9,8 @@ SRCS_COMMON = css.c \
|
||||||
libdvdcss.c \
|
libdvdcss.c \
|
||||||
#bsdi_ioctl \
|
#bsdi_ioctl \
|
||||||
|
|
||||||
CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE \
|
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_INTTYPES_H -DHAVE_UNISTD_H
|
||||||
-DVERSION=\"1.2.9\"
|
|
||||||
|
|
||||||
ifeq ($(TARGET_OS),CYGWIN)
|
ifeq ($(TARGET_OS),CYGWIN)
|
||||||
CFLAGS+=-DSYS_CYGWIN
|
CFLAGS+=-DSYS_CYGWIN
|
||||||
|
|
Loading…
Reference in New Issue