[libav-devel] [PATCH] dct-test: always link with aandcttab.o

2012-08-01 Thread Mans Rullgard
This allows building dct-test even if aandcttab.o is not pulled in by any enabled codec. The DCT with which these tables are used does not use them directly, so building it without the tables is possible. Signed-off-by: Mans Rullgard m...@mansr.com --- libavcodec/Makefile | 2 +- 1 file

Re: [libav-devel] [PATCH] dct-test: always link with aandcttab.o

2012-08-01 Thread Kostya Shishkov
On Wed, Aug 01, 2012 at 02:32:24PM +0100, Mans Rullgard wrote: This allows building dct-test even if aandcttab.o is not pulled in by any enabled codec. The DCT with which these tables are used does not use them directly, so building it without the tables is possible. Signed-off-by: Mans

Re: [libav-devel] [PATCH] dct-test: always link with aandcttab.o

2012-08-01 Thread Diego Biurrun
On Wed, Aug 01, 2012 at 02:32:24PM +0100, Mans Rullgard wrote: This allows building dct-test even if aandcttab.o is not pulled in by any enabled codec. The DCT with which these tables are used does not use them directly, so building it without the tables is possible. --- libavcodec/Makefile