# HG changeset patch # User romansh # Date 1060712429 0 # Node ID 0edf7458da7b4b8b71ab0d421a56d95e5c6a20d1 # Parent 37e7cd3d544dc0c128f16fee08a0fa1c5cebb4a6 * fixing a regression in mpeg encoder (not setting pix_fmt), this is hardly the right way to do things, but it'll suffice for now. * patch from Gildas Bazin gbazin at altern dot org * fix for a 10l in configure * gcc 2.95.3 and Solaris build in general are not ready for -Werror in libavformat/Makefile diff -r 37e7cd3d544d -r 0edf7458da7b Makefile --- a/Makefile Mon Aug 11 16:16:49 2003 +0000 +++ b/Makefile Tue Aug 12 18:20:29 2003 +0000 @@ -6,7 +6,7 @@ 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 -Werror +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 OBJS= utils.o cutils.o allformats.o PPOBJS=