Skip to content
Snippets Groups Projects
Commit dfd15b6e authored by Diego Biurrun's avatar Diego Biurrun
Browse files

minor consistency fix

Originally committed as revision 4843 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 660204c6
No related branches found
No related tags found
No related merge requests found
......@@ -497,7 +497,7 @@ ifeq ($(CONFIG_WIN32),yes)
else
install -d $(libdir)
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) $(libdir)/libavcodec-$(VERSION)$(SLIBSUF)
ln -sf libavcodec-$(VERSION)$(SLIBSUF) $(libdir)/libavcodec$(SLIBSUF)
ln -sf $(SLIBPREF)avcodec-$(VERSION)$(SLIBSUF) $(libdir)/$(SLIBNAME)
$(LDCONFIG) || true
endif
ifeq ($(CONFIG_PP),yes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment