[Ffmpeg-devel] [PATCH] fix "make install" when no progs

Glenn Maynard glenn
Thu Mar 22 23:29:13 CET 2007


With "configure --disable-ffmpeg --disable-ffserver --disable-ffplay,
make install fails early from $(PROGS) being empty:

install -d "/home/glenn/ff/foobar/bin"
install -c -m 755  "/home/glenn/ff/foobar/bin"
install: missing destination file operand after `/home/glenn/ff/foobar/bin'
Try `install --help' for more information.
make: *** [install-progs] Error 1

Trivial patch attached.  Better would be to still fail if there are
files to copy and they fail, but I don't have time to figure that out
right now, and make install already ignores errors elsewhere.

-- 
Glenn Maynard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-install-progs.diff
Type: text/x-diff
Size: 395 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070322/2e849c1f/attachment.diff>



More information about the ffmpeg-devel mailing list