comparison Makefile @ 195:0edf7458da7b libavformat

* 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
author romansh
date Tue, 12 Aug 2003 18:20:29 +0000
parents dbe87175dd99
children 85def00971c3
comparison
equal deleted inserted replaced
194:37e7cd3d544d 195:0edf7458da7b
4 # 4 #
5 include ../config.mak 5 include ../config.mak
6 6
7 VPATH=$(SRC_PATH)/libavformat 7 VPATH=$(SRC_PATH)/libavformat
8 8
9 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 9 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
10 10
11 OBJS= utils.o cutils.o allformats.o 11 OBJS= utils.o cutils.o allformats.o
12 PPOBJS= 12 PPOBJS=
13 13
14 # mux and demuxes 14 # mux and demuxes