Diego Biurrun <[email protected]> writes: > --- > libavcodec/Makefile | 2 +- > tests/fate/dct.mak | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/Makefile b/libavcodec/Makefile > index 3a74338..7f1cadb 100644 > --- a/libavcodec/Makefile > +++ b/libavcodec/Makefile > @@ -723,13 +723,13 @@ SKIPHEADERS-$(HAVE_W32THREADS) += w32pthreads.h > EXAMPLES = api > > TESTPROGS = cabac \ > - dct \ > fft \ > fft-fixed \ > golomb \ > iirfilter \ > rangecoder \ > > +TESTPROGS-$(CONFIG_AANDCTTABLES) += dct > TESTPROGS-$(HAVE_MMX) += motion > TESTOBJS = dctref.o
The answer is still no. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
