summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-08 23:18:18 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-08 23:18:18 +0000
commitd226c75084fa31dc12cbef7657ecbd6f7133d172 (patch)
tree95cd866709e1b62884124ed21a547a9551fd0521 /configure
parent1f51da1b4afe0476cee8f5e608000661716d67b6 (diff)
rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK
Originally committed as revision 6949 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1e06b4940e..dcbaa55bc5 100755
--- a/configure
+++ b/configure
@@ -1835,8 +1835,8 @@ if test "$have_lrintf" = "yes" ; then
echo "#define HAVE_LRINTF 1" >> $TMPH
fi
if test "$vhook" = "yes" ; then
- echo "BUILD_VHOOK=yes" >> config.mak
- echo "#define HAVE_VHOOK 1" >> $TMPH
+ echo "CONFIG_VHOOK=yes" >> config.mak
+ echo "#define CONFIG_VHOOK 1" >> $TMPH
fi
sws_version=`grep '#define LIBSWSCALE_VERSION ' "$source_path/libswscale/swscale.h" | sed 's/[^0-9\.]//g'`