summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Moell <volker-ml@die-moells.de>2002-08-13 18:51:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-08-13 18:51:11 +0000
commitc1325d18fff570a1a7a1845a876271b99534a5af (patch)
tree1978f6f5e217b31905523d589913c9a7d58d3ec0 /Makefile
parent1359c2d43e8b13f09ad46526261fe00d7834d411 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 86a4053641..41ef2af864 100644
--- a/Makefile
+++ b/Makefile
@@ -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