summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-07-10 00:49:16 +0000
committerDiego Biurrun <diego@biurrun.de>2006-07-10 00:49:16 +0000
commit1db54e20ff5a02e49bb59e3337c141a077bebf08 (patch)
tree6f7c9143c7ae05c5e0215102472db17b4435e6c9 /Makefile
parentdea4953d82ec03799c7b1e93c1bc390bdaf76ee3 (diff)
Move gprof compiler flag handling to configure.
Originally committed as revision 5701 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index cd42721323..9dc3982cc1 100644
--- a/Makefile
+++ b/Makefile
@@ -11,11 +11,6 @@ CFLAGS=$(OPTFLAGS) -I. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
LDFLAGS+= -g
-ifeq ($(TARGET_GPROF),yes)
-CFLAGS+=-p
-LDFLAGS+=-p
-endif
-
MANPAGES=doc/ffmpeg.1
PROGS_G+=ffmpeg_g$(EXESUF)
PROGS+=ffmpeg$(EXESUF)