summaryrefslogtreecommitdiff
path: root/libavformat
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 /libavformat
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 'libavformat')
-rw-r--r--libavformat/framehook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/framehook.c b/libavformat/framehook.c
index e6624e80f8..c85296160b 100644
--- a/libavformat/framehook.c
+++ b/libavformat/framehook.c
@@ -41,7 +41,7 @@ static FrameHookEntry *first_hook;
/* Returns 0 on OK */
int frame_hook_add(int argc, char *argv[])
{
-#ifdef HAVE_VHOOK
+#ifdef CONFIG_VHOOK
void *loaded;
FrameHookEntry *fhe, **fhep;