diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-29 00:09:29 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-29 00:09:29 +0000 |
commit | 11f5f30461a1a05fdbc261db2b8c8bc89b51e9ef (patch) | |
tree | d13706d2fd15e29cfdc28acc2dfaf9202a124f83 /libmpdemux | |
parent | 201055ba3e7561dc911e06666bbb76a76e702ed0 (diff) |
-Wall removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3871 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r-- | libmpdemux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile index 3976db3f74..1db58801ce 100644 --- a/libmpdemux/Makefile +++ b/libmpdemux/Makefile @@ -10,7 +10,7 @@ endif OBJS = $(SRCS:.c=.o) INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC) -CFLAGS = -Wall $(OPTFLAGS) $(INCLUDE) +CFLAGS = $(OPTFLAGS) $(INCLUDE) .SUFFIXES: .c .o |