summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Sigurd Karlsbakk <roy@karlsbakk.net>2002-07-18 20:27:09 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-07-18 20:27:09 +0000
commiteddbd7e5a09a11fab04f55222f1efa14426f49fe (patch)
treedde22d71e7e99f5036d6d7c8811f0373693fdd60 /Makefile
parent9235088f0fb3a269a46f55b243122521cc31a10d (diff)
largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>
Originally committed as revision 778 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40d7826e87..3cb514a259 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ include config.mak
VPATH=$(SRC_PATH)
-CFLAGS= $(OPTFLAGS) -Wall -g -I. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libav
+CFLAGS= $(OPTFLAGS) -Wall -g -I. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libav -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
LDFLAGS= -g
ifeq ($(TARGET_GPROF),yes)
CFLAGS+=-p