mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Create $(shlibdir), not $(libdir) for shared libs.
Originally committed as revision 5874 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6c9ce82f74
commit
b8e10478eb
@ -60,7 +60,7 @@ install: install-libs install-headers
|
||||
install-libs: $(INSTLIBTARGETS)
|
||||
|
||||
install-lib-shared: $(SLIBNAME)
|
||||
install -d "$(libdir)"
|
||||
install -d "$(shlibdir)"
|
||||
ifeq ($(CONFIG_MINGW),yes)
|
||||
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user