diff options
author | rathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-13 23:38:16 +0000 |
---|---|---|
committer | rathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-13 23:38:16 +0000 |
commit | bb3f61e4fffeef33ad72536b5e6f67bc730fa1ba (patch) | |
tree | fe117f63bfbb5cd67d1bccad11f07632e3845b6a /libaf | |
parent | 12b54f08375ec2654ae05e10dbc27728f0fedc48 (diff) |
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
Diffstat (limited to 'libaf')
-rw-r--r-- | libaf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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_ |