Skip to content
Snippets Groups Projects
Commit 4cc281d9 authored by Fabrice Bellard's avatar Fabrice Bellard
Browse files

added VPATH support for multiple dir compilation

Originally committed as revision 521 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3123dd79
No related branches found
No related tags found
No related merge requests found
#
# libavcodec Makefile
# (c) 2000, 2001, 2002 Gerard Lantau
#
include ../config.mak include ../config.mak
CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I. -I.. VPATH=$(SRC_PATH)/libavcodec
CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)
LDFLAGS= -g LDFLAGS= -g
OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \ OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment