summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-04-10 19:44:29 +0000
committerMåns Rullgård <mans@mansr.com>2008-04-10 19:44:29 +0000
commit9987769a8ba1710cd69b4f93a4143145d1c56187 (patch)
tree4df5ceed7bbd031411fb57124212031a0076734d /Makefile
parent791a3fc8ecde2ebefb88149537b76312db20b00d (diff)
correct soname for vhooks
Originally committed as revision 12785 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a7c919e228..7f2a652ebf 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,7 @@ vhook/%.o vhook/%.d: CFLAGS:=$(VHOOKCFLAGS)
# vhooks compile fine without libav*, but need them nonetheless.
videohook: $(FF_DEP_LIBS) $(HOOKS)
+$(eval VHOOKSHFLAGS=$(VHOOKSHFLAGS))
vhook/%$(SLIBSUF): vhook/%.o
$(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$(@F))