You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Fix circular dependency between install-progs and install-libs targets.
Originally committed as revision 12611 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -71,12 +71,12 @@ clean::
|
|||||||
distclean:: clean
|
distclean:: clean
|
||||||
rm -f .depend
|
rm -f .depend
|
||||||
|
|
||||||
INSTALL_TARGETS-$(BUILD_SHARED) += install-lib-shared
|
INSTALL_LIB_TARGETS-$(BUILD_SHARED) += install-lib-shared
|
||||||
INSTALL_TARGETS-$(BUILD_STATIC) += install-lib-static
|
INSTALL_LIB_TARGETS-$(BUILD_STATIC) += install-lib-static
|
||||||
|
|
||||||
install: install-libs install-headers
|
install: install-libs install-headers
|
||||||
|
|
||||||
install-libs: $(INSTALL_TARGETS-yes)
|
install-libs: $(INSTALL_LIB_TARGETS-yes)
|
||||||
|
|
||||||
install-lib-shared: $(SLIBNAME)
|
install-lib-shared: $(SLIBNAME)
|
||||||
install -d "$(SHLIBDIR)"
|
install -d "$(SHLIBDIR)"
|
||||||
|
Reference in New Issue
Block a user