summaryrefslogtreecommitdiffstats
path: root/libaf
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 /libaf
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 'libaf')
-rw-r--r--libaf/Makefile2
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_