summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-19 14:48:13 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-19 14:48:13 +0000
commitd0f596b4efccb1388ed7dea971a9f8b8cabc39c4 (patch)
treeed07c3f696ce09ec0371382c91659f677c54ba2f /libavformat/Makefile
parentd72e7d0f24f1331c536f0d4aa41aaefceb41d921 (diff)
Make video hook infrastructure conditional on video hooks being enabled.
Originally committed as revision 9757 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 4aeac8bdcb..bd1a234c9c 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -155,7 +155,7 @@ OBJS-$(CONFIG_YUV4MPEGPIPE_DEMUXER) += yuv4mpeg.o
OBJS-$(CONFIG_LIBNUT_DEMUXER) += libnut.o riff.o
OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o riff.o
-OBJS+= framehook.o
+OBJS-$(CONFIG_VHOOK) += framehook.o
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) \
-lavcodec$(BUILDSUF) -L$(BUILD_ROOT)/libavcodec $(EXTRALIBS)