Commit 37cc6548 authored by diego's avatar diego

Move required libs after the object file for the shared lib compilation.

Fixes Cygwin build as reported by Victor Paesa.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6192 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ce4d1d30
...@@ -35,7 +35,7 @@ uninstall: ...@@ -35,7 +35,7 @@ uninstall:
-rmdir "$(shlibdir)/vhook/" -rmdir "$(shlibdir)/vhook/"
%$(SLIBSUF): %.o %$(SLIBSUF): %.o
$(CC) $(LDFLAGS_$@) $(LDFLAGS) -g -o $@ $(VHOOKSHFLAGS) $< $(CC) $(LDFLAGS) -g -o $@ $(VHOOKSHFLAGS) $< $(LDFLAGS_$@)
clean: clean:
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment