[FFmpeg-cvslog] r22244 - in trunk: Makefile common.mak subdir.mak
Uoti Urpala
uoti.urpala
Wed Mar 17 04:44:56 CET 2010
On Sat, 2010-03-06 at 18:14 +0100, mru wrote:
> Author: mru
> Date: Sat Mar 6 18:14:19 2010
> New Revision: 22244
>
> Log:
> Prettify make output
>
> This gives brief messages from make by default. For full command
> echoing, add V=1 to make command line.
Just "make" now produces expected output like this:
CC libavdevice/alldevices.o
CC libavdevice/alsa-audio-common.o
CC libavdevice/alsa-audio-dec.o
however "make install" to compile and install in one go shows this
instead:
CC /usr/local/lib/libavdevice.a
CC /usr/local/lib/libavdevice.a
CC /usr/local/lib/libavdevice.a
building seems to work, it's just the output that's broken.
More information about the ffmpeg-cvslog
mailing list