Diego Biurrun <[email protected]> writes:

> ---
> A cherry from the RFC patch for conditional compilation/running of test
> programs. This should be fit for HEAD in its current form.
>
>  libavcodec/Makefile |    2 +-
>  tests/fate/dct.mak  |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavcodec/Makefile b/libavcodec/Makefile
> index b041c62..081d4ac 100644
> --- a/libavcodec/Makefile
> +++ b/libavcodec/Makefile
> @@ -745,13 +745,13 @@ SKIPHEADERS-$(HAVE_W32THREADS)         += w32pthreads.h
>  EXAMPLES = api
>
>  TESTPROGS = cabac                                                       \
> -            dct                                                         \
>              fft                                                         \
>              fft-fixed                                                   \
>              golomb                                                      \
>              iirfilter                                                   \
>              rangecoder                                                  \
>
> +TESTPROGS-$(CONFIG_AANDCT)                += dct
>  TESTPROGS-$(HAVE_MMX) += motion
>  TESTOBJS = dctref.o

No way.  How did you arrive at this?  dct-test tests a lot more than that.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to