From dfd15b6e4f66a23df4b734e474b021a00ca2c38a Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Fri, 13 Jan 2006 00:47:16 +0000
Subject: [PATCH] minor consistency fix

Originally committed as revision 4843 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index db27a14d8ec..2e91588961e 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)
-- 
GitLab