summaryrefslogtreecommitdiffstats
path: root/libmenu
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-13 23:38:16 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-13 23:38:16 +0000
commitbb3f61e4fffeef33ad72536b5e6f67bc730fa1ba (patch)
treefe117f63bfbb5cd67d1bccad11f07632e3845b6a /libmenu
parent12b54f08375ec2654ae05e10dbc27728f0fedc48 (diff)
downloadmpv-bb3f61e4fffeef33ad72536b5e6f67bc730fa1ba.tar.bz2
mpv-bb3f61e4fffeef33ad72536b5e6f67bc730fa1ba.tar.xz
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 'libmenu')
-rw-r--r--libmenu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmenu/Makefile b/libmenu/Makefile
index 5a7996d284..f58a8af1cc 100644
--- a/libmenu/Makefile
+++ b/libmenu/Makefile
@@ -10,7 +10,7 @@ EXTRA_INC += $(DVB_INC)
endif
OBJS=$(SRCS:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -I.. -I../libmpcodecs $(EXTRA_INC) -Wall
+CFLAGS = $(OPTFLAGS) -I. -I.. -I../libmpcodecs $(EXTRA_INC)
.SUFFIXES: .c .o