Commit 4238b0ce authored by diego's avatar diego

Revert last commit, VPATH is necessary for out-of-tree builds.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6014 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 12fbc4ef
-include ../config.mak
VPATH=$(SRC_PATH)/doc
all: ffmpeg-doc.html faq.html ffserver-doc.html ffplay-doc.html hooks.html \
ffmpeg.1 ffserver.1 ffplay.1
......
include ../config.mak
VPATH=$(SRC_PATH)/vhook
CFLAGS=$(VHOOKCFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat \
-I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavutil -DHAVE_AV_CONFIG_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment