summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-07-17 10:24:28 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-07-17 10:24:28 +0000
commitd5809b0aa2852957bc34aaaa69f159c136d97359 (patch)
treefab4aa9a1056b2c6f06d320e7be29f542eff36ea /libavformat/Makefile
parentec9fca3148c9e33850217fd73c321e2f0c953c85 (diff)
downloadffmpeg-streaming-d5809b0aa2852957bc34aaaa69f159c136d97359.zip
ffmpeg-streaming-d5809b0aa2852957bc34aaaa69f159c136d97359.tar.gz
warnings are errors
Originally committed as revision 2057 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index e898e40..69e3ef2 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -6,7 +6,7 @@ include ../config.mak
VPATH=$(SRC_PATH)/libavformat
-CFLAGS= $(OPTFLAGS) -Wall -g -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
+CFLAGS= $(OPTFLAGS) -Wall -g -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -Werror
OBJS= utils.o cutils.o allformats.o
PPOBJS=
OpenPOWER on IntegriCloud