Commit fbd8bb7e authored by Steven M. Schultz's avatar Steven M. Schultz Committed by Michael Niedermayer

-c patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)

Originally committed as revision 1387 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ccfddafb
...@@ -80,7 +80,7 @@ videohook: ...@@ -80,7 +80,7 @@ videohook:
install: all $(INSTALLVHOOK) install: all $(INSTALLVHOOK)
$(MAKE) -C libavcodec install $(MAKE) -C libavcodec install
install -d $(prefix)/bin 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 ln -sf ffmpeg $(prefix)/bin/ffplay
install-vhook: $(prefix)/lib/vhook install-vhook: $(prefix)/lib/vhook
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment