summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-19 00:07:34 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-19 00:07:34 +0000
commitf439934b2860ba33f4cd4ab7ad8b0ed88ee53e0c (patch)
tree61521f5645562810b8c4b3ad072061c910b6fd26 /Makefile
parent907fd7f4261e06c6c9f5de182d6b60899e1905d6 (diff)
downloadmpv-f439934b2860ba33f4cd4ab7ad8b0ed88ee53e0c.tar.bz2
mpv-f439934b2860ba33f4cd4ab7ad8b0ed88ee53e0c.tar.xz
Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22741 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4e45ca79da..a3c99aa43a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,6 @@ CFLAGS-$(CONFIG_LIBAVUTIL) += -I./libavutil
CFLAGS-$(CONFIG_LIBAVCODEC) += -I./libavcodec
CFLAGS += $(CFLAGS-yes)
-#CFLAGS += -Wall
-
COMMON_LDFLAGS += $(EXTRA_LIB)\
$(EXTRALIBS) \