[FFmpeg-devel] [PATCH] add some missing test dependencies

Justin Ruggles justin.ruggles
Tue Dec 21 23:02:27 CET 2010


On 12/11/2010 03:19 PM, Justin Ruggles wrote:

> Hi,
> 
> I noticed that running the acodec test fails if you don't enable certain
> muxers and demuxers.  configure checks some of them, but not all.
> 
> I'm a shell scripting amateur so some of this could possibly be solved
> in a simpler way...
> 
> This patch does several things:
> 
> test_deps() is modified to append to *_test_deps if it already exists.
> This is useful to include the same test in multiple dependency lists.
> 
> test_deps() is modified to allow the 2nd parameter to be optional so
> that only a muxer or demuxer dependency can be easily be added to a list
> of tests.
> 
> Several missing dependencies are added for the acodec tests.
> 
> find_tests() is modified so that it can also be used to easily add a
> wav_muxer dependency to all acodec tests without listing them all out
> manually.
> 
> The statement that adds all pcm decoders/encoders to pcm_test_deps is
> modified to append to the existing list.
> 
> 
> If it would make it easier for review to split these changes into
> multiple patches I can do that.


ping.



More information about the ffmpeg-devel mailing list