[SCM] libav/experimental: -c patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:34:44 UTC 2013


The following commit has been merged in the experimental branch:
commit fbd8bb7e9f160e3fc93318d9d7355e3280f7d510
Author: Steven M. Schultz <sms at 2bsd.com>
Date:   Wed Jan 1 15:35:34 2003 +0000

    -c patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
    
    Originally committed as revision 1387 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 117955c..ca4b847 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list