Commit dfd15b6e authored by Diego Biurrun's avatar Diego Biurrun

minor consistency fix

Originally committed as revision 4843 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 660204c6
......@@ -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)
......
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