Mercurial > libavcodec.hg
comparison Makefile @ 405:053b3a7a1760 libavcodec
* avoid conflicts with non-ffmpeg config.h and also it's consistent
with few other header files included from the main ffmpeg's dir
author | kabi |
---|---|
date | Tue, 21 May 2002 18:56:03 +0000 |
parents | 80518daaab05 |
children | 2b9ded215201 |
comparison
equal
deleted
inserted
replaced
404:29dc52c127c6 | 405:053b3a7a1760 |
---|---|
4 # | 4 # |
5 include ../config.mak | 5 include ../config.mak |
6 | 6 |
7 VPATH=$(SRC_PATH)/libavcodec | 7 VPATH=$(SRC_PATH)/libavcodec |
8 | 8 |
9 CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH) | 9 CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I$(SRC_PATH) |
10 LDFLAGS= -g | 10 LDFLAGS= -g |
11 | 11 |
12 OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \ | 12 OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \ |
13 mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \ | 13 mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \ |
14 motion_est.o imgconvert.o imgresample.o msmpeg4.o \ | 14 motion_est.o imgconvert.o imgresample.o msmpeg4.o \ |