diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-16 11:24:22 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-16 11:24:22 +0000 |
commit | 6a5b97732e558c9726a9f0118d7198aaab79d226 (patch) | |
tree | 53089a31507105575940f71e078a62f7acdaa872 /configure | |
parent | b1b184812c12151067743f94c374ec813c9bc4a3 (diff) | |
download | ffmpeg-6a5b97732e558c9726a9f0118d7198aaab79d226.tar.gz |
10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.
Originally committed as revision 12456 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -936,7 +936,7 @@ LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(LIBDIR)/$(LIBNAME)"' # gcc stupidly only outputs the basename of targets with -MM DEPEND_CMD='$(CC) -MM $(CFLAGS) $(filter-out %.h,$^) | sed "s,[0-9a-z._-]*: \($(SRC_DIR)/\)*\([a-z0-9]*/\)[^/]* ,\2&,"' -VHOOKDEPEND_CMD='$(CC) -MM $(VHOOKCFLAGS) $(filter-out %.h,$^) | sed "s,^\([a-z]\),vhook/\1,"' +VHOOK_DEPEND_CMD='$(CC) -MM $(VHOOKCFLAGS) $(filter-out %.h,$^) | sed "s,^\([a-z]\),vhook/\1,"' # find source path source_path="`dirname \"$0\"`" |