From cddf3f452a0eac6be272d7dcf298a153ad90bd5c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 9 Sep 2003 19:03:14 +0000 Subject: Debug/optimization patch by (Glenn Maynard ) Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vhook/Makefile') diff --git a/vhook/Makefile b/vhook/Makefile index 2e40945087..1e4a38d0b6 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -2,7 +2,7 @@ include ../config.mak VPATH=$(SRC_PATH)/vhook -CFLAGS=-fPIC $(OPTFLAGS) -g -Wall -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H +CFLAGS=-fPIC $(OPTFLAGS) -Wall -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H ifeq ($(CONFIG_DARWIN),yes) SHFLAGS+=-bundle -flat_namespace -undefined suppress -- cgit v1.2.3