summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteven M. Schultz <sms@2bsd.com>2003-01-01 15:35:34 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-01-01 15:35:34 +0000
commitfbd8bb7e9f160e3fc93318d9d7355e3280f7d510 (patch)
tree0fc47d6e4a16c08724573c5b320c6f923e8b563b /Makefile
parentccfddafbd9a775b05faeaf2f5a5ed182951419aa (diff)
-c patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 1387 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 117955c28b..ca4b847d45 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ videohook:
install: all $(INSTALLVHOOK)
$(MAKE) -C libavcodec install
install -d $(prefix)/bin
- install -s -m 755 $(PROG) $(prefix)/bin
+ install -c -s -m 755 $(PROG) $(prefix)/bin
ln -sf ffmpeg $(prefix)/bin/ffplay
install-vhook: $(prefix)/lib/vhook