Mercurial > mplayer.hg
comparison libaf/Makefile @ 17381:7af5fe0860a1
This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from
libaf's and libmenu's Makefiles and -g from main Makefile.
author | rathann |
---|---|
date | Fri, 13 Jan 2006 23:38:16 +0000 |
parents | a9da2db9eb16 |
children | ce1ba8fd57e7 |
comparison
equal
deleted
inserted
replaced
17380:86e9a4a10456 | 17381:7af5fe0860a1 |
---|---|
36 LIBAV_INC += -I../libavcodec | 36 LIBAV_INC += -I../libavcodec |
37 endif | 37 endif |
38 | 38 |
39 OBJS=$(SRCS:.c=.o) | 39 OBJS=$(SRCS:.c=.o) |
40 | 40 |
41 CFLAGS = $(OPTFLAGS) -I. -I.. -Wall $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE | 41 CFLAGS = $(OPTFLAGS) -I. -I.. $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE |
42 | 42 |
43 ifeq ($(TARGET_OS),MINGW32) | 43 ifeq ($(TARGET_OS),MINGW32) |
44 CFLAGS += -D_IO_H_ | 44 CFLAGS += -D_IO_H_ |
45 endif | 45 endif |
46 | 46 |