From fbd8bb7e9f160e3fc93318d9d7355e3280f7d510 Mon Sep 17 00:00:00 2001 From: "Steven M. Schultz" Date: Wed, 1 Jan 2003 15:35:34 +0000 Subject: [PATCH] -c patch by ("Steven M. Schultz" ) Originally committed as revision 1387 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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