summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-13 00:47:16 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-13 00:47:16 +0000
commitdfd15b6e4f66a23df4b734e474b021a00ca2c38a (patch)
treef7ee51399ea487f2097b8866247d42bce709c162
parent660204c65ca3e46be86c8634fcbdfa980fae4a03 (diff)
minor consistency fix
Originally committed as revision 4843 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index db27a14d8e..2e91588961 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -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)