Commit cf41e667 authored by Diego Biurrun's avatar Diego Biurrun

Remove unnecessary include and variable declaration.

Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 408382a4
-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