diff options
author | Steven M. Schultz <sms@2bsd.com> | 2003-01-01 15:35:34 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-01-01 15:35:34 +0000 |
commit | fbd8bb7e9f160e3fc93318d9d7355e3280f7d510 (patch) | |
tree | 0fc47d6e4a16c08724573c5b320c6f923e8b563b /Makefile | |
parent | ccfddafbd9a775b05faeaf2f5a5ed182951419aa (diff) | |
download | ffmpeg-fbd8bb7e9f160e3fc93318d9d7355e3280f7d510.tar.gz |
-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |