summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorGlenn Maynard <g_sf@zewt.org>2003-09-09 19:03:14 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-09-09 19:03:14 +0000
commitcddf3f452a0eac6be272d7dcf298a153ad90bd5c (patch)
treebabfa048dd89cf8838943b971248cc145a74b869 /libavformat/Makefile
parentd0526ecf66ef72e8bb304e5c6ee521c909e792b8 (diff)
downloadffmpeg-streaming-cddf3f452a0eac6be272d7dcf298a153ad90bd5c.zip
ffmpeg-streaming-cddf3f452a0eac6be272d7dcf298a153ad90bd5c.tar.gz
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)
Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index ddd17ff..e39e5b0 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -6,7 +6,7 @@ include ../config.mak
VPATH=$(SRC_PATH)/libavformat
-CFLAGS= $(OPTFLAGS) -Wall -g -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
+CFLAGS= $(OPTFLAGS) -Wall -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
OBJS= utils.o cutils.o os_support.o allformats.o
PPOBJS=
OpenPOWER on IntegriCloud