diff options
author | Víctor Paesa | 2006-09-13 22:04:40 +0000 |
---|---|---|
committer | Diego Biurrun | 2006-09-13 22:04:40 +0000 |
commit | fbb9d1043d775b1ba2524a7f03d05af5b3103cd1 (patch) | |
tree | 39331aeb9ca0c937d002b9ebb3cf9f648172aeee /vhook | |
parent | 1839e854e578db14c96365c484f419f569a5954d (diff) |
Fix vhook build on Cygwin, shared builds only.
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 6247 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r-- | vhook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/Makefile b/vhook/Makefile index 255a2c6fed..d336d0445f 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -36,7 +36,7 @@ uninstall: -rmdir "$(shlibdir)/vhook/" %$(SLIBSUF): %.o - $(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(LIBS_$@) + $(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$@) clean: rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll |