[FFmpeg-cvslog] r19293 - in trunk: configure libavdevice/Makefile libavdevice/alldevices.c libavdevice/oss_audio.c libavformat/Makefile
Carl Eugen Hoyos
cehoyos
Sat Jul 18 11:36:05 CEST 2009
stefano <subversion <at> mplayerhq.hu> writes:
> Author: stefano
> Date: Mon Jun 29 20:49:15 2009
> New Revision: 19293
>
> Log:
> Make the configure script select the input/output devices using
> --enable-indev, --enable-outdev rather than --enable-demuxer,
> --enable-muxer as before, same for disabling them.
Apart from the fact that this patch was untested and at least two occurrences of
vfwcap_demuxer are still in current configure (will not fix since I cannot
test), are the following two lines still correct after this patch?
enabled_any $INDEV_LIST && enable demuxers
enabled_any $OUTDEV_LIST && enable muxers
Carl Eugen
More information about the ffmpeg-cvslog
mailing list