Skip to content
Snippets Groups Projects
Commit fbd8bb7e authored by Steven M. Schultz's avatar Steven M. Schultz Committed by Michael Niedermayer
Browse files

-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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment