From bb3f61e4fffeef33ad72536b5e6f67bc730fa1ba Mon Sep 17 00:00:00 2001 From: rathann Date: Fri, 13 Jan 2006 23:38:16 +0000 Subject: This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from libaf's and libmenu's Makefiles and -g from main Makefile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17382 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libaf') diff --git a/libaf/Makefile b/libaf/Makefile index f7902f64db..7b577004fd 100644 --- a/libaf/Makefile +++ b/libaf/Makefile @@ -38,7 +38,7 @@ endif OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. -Wall $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE +CFLAGS = $(OPTFLAGS) -I. -I.. $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE ifeq ($(TARGET_OS),MINGW32) CFLAGS += -D_IO_H_ -- cgit v1.2.3