Commit 7689e0b9 authored by diego's avatar diego

minor consistency fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4843 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5e6273d6
...@@ -497,7 +497,7 @@ ifeq ($(CONFIG_WIN32),yes) ...@@ -497,7 +497,7 @@ ifeq ($(CONFIG_WIN32),yes)
else else
install -d $(libdir) install -d $(libdir)
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) $(libdir)/libavcodec-$(VERSION)$(SLIBSUF) 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 $(LDCONFIG) || true
endif endif
ifeq ($(CONFIG_PP),yes) 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