[FFmpeg-cvslog] r11077 - in trunk: Changelog Makefile configure ffmpeg.c ffplay.c libavdevice libavdevice/Makefile libavdevice/alldevices.c libavdevice/audio.c libavdevice/avdevice.h libavdevice/beosaudio.cpp libavdevice/bktr.c libavdevice/dv1394.c libavdevice/dv1394.h libavdevice/libdc1394.c libavdevice/v4l.c libavdevice/v4l2.c libavdevice/x11grab.c libavformat/Makefile libavformat/allformats.c libavformat/audio.c libavformat/beosaudio.cpp libavformat/bktr.c libavformat/dv1394.c libavformat/dv1394.h libavformat/libdc1394.c libavformat/v4l.c libavformat/v4l2.c libavformat/x11grab.c

Michael Niedermayer michaelni
Thu Nov 22 18:58:53 CET 2007


On Thu, Nov 22, 2007 at 05:10:05PM +0100, lucabe wrote:
> Author: lucabe
> Date: Thu Nov 22 17:10:02 2007
> New Revision: 11077
> 
> Log:
> Introduce libavdevice
[...]
>  enabled_any $THREADS_LIST  && enable threads
>  
>  check_deps $CONFIG_LIST $HAVE_LIST $DECODER_LIST $ENCODER_LIST $PARSER_LIST \
> -    $BSF_LIST $DEMUXER_LIST $MUXER_LIST $PROTOCOL_LIST
> +    $BSF_LIST $DEMUXER_LIST $MUXER_LIST $PROTOCOL_LIST \
> +    $INDEV_LIST $OUTDEV_LIST

i guess this should be ideally 1 entry per line and always a \ at the end
like other lists (but thats minor, no need to do anything, diego will surely
clean it up in less than 5 seconds after he reads this ...)


[...]
> -    /* (de)muxers */
> -    REGISTER_MUXDEMUX (AUDIO_BEOS, audio_beos);
> -    REGISTER_DEMUXER  (BKTR, bktr);
> -    REGISTER_DEMUXER  (DV1394, dv1394);
> -    REGISTER_MUXDEMUX (OSS, oss);
> -    REGISTER_DEMUXER  (V4L2, v4l2);
> -    REGISTER_DEMUXER  (V4L, v4l);
> -    REGISTER_DEMUXER  (X11_GRAB_DEVICE, x11_grab_device);
> +    /* devices */
> +    REGISTER_INOUTDEV (AUDIO_BEOS, audio_beos);
> +    REGISTER_INDEV    (BKTR, bktr);
> +    REGISTER_INDEV    (DV1394, dv1394);
> +    REGISTER_INOUTDEV (OSS, oss);
> +    REGISTER_INDEV    (V4L2, v4l2);
> +    REGISTER_INDEV    (V4L, v4l);
> +    REGISTER_INDEV    (X11_GRAB_DEVICE, x11_grab_device);

seems my request of seperating renamings has not been clear enough
but thats no problem, its just more work for you
please revert the change to this file with svn cp from the previous revission
and redo without the rename
(and if you dont know how to svn cp from previous revissions see mplayer
svn svn-howto.txt)

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Thouse who are best at talking, realize last or never when they are wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20071122/170853a5/attachment.pgp>



More information about the ffmpeg-cvslog mailing list