summaryrefslogtreecommitdiffstats
path: root/libavcodec/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 /libavcodec/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 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 98f66ac..fa7d315 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -7,8 +7,7 @@ include ../config.mak
VPATH=$(SRC_PATH)/libavcodec
# NOTE: -I.. is needed to include config.h
-CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
-LDFLAGS= -g
+CFLAGS= $(OPTFLAGS) -Wall -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
OBJS= common.o utils.o mem.o allcodecs.o \
mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\
OpenPOWER on IntegriCloud