patch by (Volker Moell <volker-ml at die-moells dot de>)

creating $(prefix)/bin and $(prefix)/lib
  improved linking libavcodec.so -> libavcodec-$(VERSION).so
  ldconfig does not rise an error on not beeing root when installing

Originally committed as revision 852 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Volker Moell
2002-08-13 18:51:11 +00:00
committed by Michael Niedermayer
parent 1359c2d43e
commit c1325d18ff
2 changed files with 4 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ ffplay: ffmpeg$(EXE)
install: all
$(MAKE) -C libavcodec install
install -d $(prefix)/bin
install -s -m 755 $(PROG) $(prefix)/bin
ln -sf ffmpeg $(prefix)/bin/ffplay