forked from FFmpeg/FFmpeg
-c patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 1387 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ccfddafbd9
commit
fbd8bb7e9f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue