summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ebcb2d826d..4ad6023bf3 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ else
DEP_LIBS=libavcodec/$(LIBPREF)avcodec$(LIBSUF) libavformat/$(LIBPREF)avformat$(LIBSUF)
endif
-ifeq ($(BUILD_VHOOK),yes)
+ifeq ($(CONFIG_VHOOK),yes)
VHOOK=videohook
INSTALLVHOOK=install-vhook
endif
@@ -205,7 +205,7 @@ endif
ifeq ($(CONFIG_SWSCALER),yes)
$(MAKE) -C libswscale depend
endif
-ifeq ($(BUILD_VHOOK),yes)
+ifeq ($(CONFIG_VHOOK),yes)
$(MAKE) -C vhook depend
endif