diff options
author | Måns Rullgård <mans@mansr.com> | 2008-04-10 19:44:29 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-04-10 19:44:29 +0000 |
commit | 9987769a8ba1710cd69b4f93a4143145d1c56187 (patch) | |
tree | 4df5ceed7bbd031411fb57124212031a0076734d /Makefile | |
parent | 791a3fc8ecde2ebefb88149537b76312db20b00d (diff) | |
download | ffmpeg-9987769a8ba1710cd69b4f93a4143145d1c56187.tar.gz |
correct soname for vhooks
Originally committed as revision 12785 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |