summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-25 02:19:27 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-25 02:19:27 +0000
commit3160c935c208a3e9dc80fd7b9cc274f0b9e93eb5 (patch)
tree87086f3e048c8ee488253e19899c8c8d1c5b10f6 /libaf
parent422acb829c967462e4f39da5b05741c30e548ff7 (diff)
downloadmpv-3160c935c208a3e9dc80fd7b9cc274f0b9e93eb5.tar.bz2
mpv-3160c935c208a3e9dc80fd7b9cc274f0b9e93eb5.tar.xz
reversing my patch to check for -Wall support & use it if available (requested by A'rpi)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8274 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 9ee180afca..05aac6d3cb 100644
--- a/libaf/Makefile
+++ b/libaf/Makefile
@@ -6,7 +6,7 @@ SRCS=af.c af_mp.c af_dummy.c af_delay.c af_channels.c af_format.c af_resample.c
OBJS=$(SRCS:.c=.o)
-CFLAGS = $(OPTFLAGS) -I.
+CFLAGS = $(OPTFLAGS) -I. -Wall
.SUFFIXES: .c .o
.c.o: