diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-08-17 16:02:57 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-08-17 16:02:57 +0000 |
commit | cf41e667362085e6b62130c1c247b6cd6c8b80fe (patch) | |
tree | addb10edbe81657825f5c926a0c27d1890c324f3 /vhook | |
parent | 408382a4347698f916fe11f07739e61379861b1c (diff) | |
download | ffmpeg-cf41e667362085e6b62130c1c247b6cd6c8b80fe.tar.gz |
Remove unnecessary include and variable declaration.
Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r-- | vhook/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vhook/Makefile b/vhook/Makefile index 13353551b4..5b68b43d09 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -1,7 +1,5 @@ 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 |