On Sat, May 14, 2011 at 02:45:25PM +0200, Vitor Sessak wrote: > $subj, to make easier to do an AVX implementation. > > --- a/libavcodec/x86/Makefile > +++ b/libavcodec/x86/Makefile > @@ -7,6 +7,8 @@ YASM-OBJS-FFT-$(HAVE_SSE) += x86/fft_sse.o > YASM-OBJS-$(CONFIG_FFT) += x86/fft_mmx.o \ > $(YASM-OBJS-FFT-yes) > > +YASM-OBJS-$(CONFIG_DCT) += x86/dct32_sse.o > +
alphabetical order > --- /dev/null > +++ b/libavcodec/x86/dct32_sse.asm > @@ -0,0 +1,287 @@ > +;* > +;* You should have received a copy of the GNU Lesser General Public > +;* License along with Libav; if not, write to the Free Software > +;* 51, Inc., Foundation Franklin Street, Fifth Floor, Boston, MA 02110-1301 > USA Something went wrong in this paragraph of the license header. I see that you just copy-pasted it - I'll fix the others, please adjust this one afterwards. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
