diff options
author | phintuka <phintuka> | 2010-01-17 22:19:19 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-01-17 22:19:19 +0000 |
commit | c5430e0730b9cdef2e2e426606c8d45a3f945f31 (patch) | |
tree | 5e1825a0756ea69eb1223f9c6d76cb240f1de3e6 | |
parent | 2b2013b6093de5604f25d3d96284535bf665c4d3 (diff) | |
download | xineliboutput-c5430e0730b9cdef2e2e426606c8d45a3f945f31.tar.gz xineliboutput-c5430e0730b9cdef2e2e426606c8d45a3f945f31.tar.bz2 |
Fixed off_t size in 32-bit systems
-rw-r--r-- | xine/BluRay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xine/BluRay/Makefile b/xine/BluRay/Makefile index fe6779b4..97f10ca7 100644 --- a/xine/BluRay/Makefile +++ b/xine/BluRay/Makefile @@ -31,6 +31,7 @@ endif CFLAGS += -O2 -fPIC CFLAGS += -Wall +CFLAGS += -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 CFLAGS += $(shell pkg-config libxine --cflags) CFLAGS += $(CFLAGS_BD) INSTALL = install |