[FFmpeg-devel] [PATCH] diracdsp: Make x86 files/functions names consistent

Timothy Gu timothygu99 at gmail.com
Wed Feb 3 03:20:28 CET 2016


On Tue, Feb 02, 2016 at 01:54:10AM -0300, James Almer wrote:
> > diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
> > index ce06b90..301b39b 100644
> > --- a/libavcodec/x86/Makefile
> > +++ b/libavcodec/x86/Makefile
> > @@ -133,7 +133,7 @@ YASM-OBJS-$(CONFIG_ADPCM_G722_ENCODER) += x86/g722dsp.o
> >  YASM-OBJS-$(CONFIG_ALAC_DECODER)       += x86/alacdsp.o
> >  YASM-OBJS-$(CONFIG_APNG_DECODER)       += x86/pngdsp.o
> >  YASM-OBJS-$(CONFIG_DCA_DECODER)        += x86/synth_filter.o
> > -YASM-OBJS-$(CONFIG_DIRAC_DECODER)      += x86/diracdsp_mmx.o x86/diracdsp_yasm.o \
> > +YASM-OBJS-$(CONFIG_DIRAC_DECODER)      += x86/diracdsp.o x86/diracdsp_init.o \
> 
> diracdsp_init.o should be part of OBJS, not YASM-OBJS.

Done.

> 
> While you're at it you could also change dirac_dwt in a similar
> fashion.

And done.

Timothy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-diracdsp-Make-x86-files-functions-names-consistent.patch
Type: text/x-diff
Size: 9393 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160202/69931dd6/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-dirac_dwt-Make-x86-files-functions-names-consistent.patch
Type: text/x-diff
Size: 6674 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160202/69931dd6/attachment-0001.patch>


More information about the ffmpeg-devel mailing list