mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
added VPATH support for multiple dir compilation
Originally committed as revision 521 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3123dd793e
commit
4cc281d9d9
@ -1,6 +1,12 @@
|
||||
#
|
||||
# libavcodec Makefile
|
||||
# (c) 2000, 2001, 2002 Gerard Lantau
|
||||
#
|
||||
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
|
||||
|
||||
OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \
|
||||
|
Loading…
Reference in New Issue
Block a user