1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

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

Fixes Cygwin build as reported by Victor Paesa.

Originally committed as revision 6192 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-09-07 23:04:26 +00:00
parent a41104f86a
commit 529dd3c9ea

View File

@ -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