[Ffmpeg-cvslog] r8117 - trunk/libavcodec/Makefile
Diego Biurrun
diego
Mon Feb 26 09:57:00 CET 2007
On Sat, Feb 24, 2007 at 02:03:30PM +0200, Oded Shimon wrote:
> On Sat, Feb 24, 2007 at 12:59:27PM +0100, diego wrote:
> >
> > Log:
> > Only compile snowdsp_mmx.c if the Snow decoder is enabled.
> >
> > --- trunk/libavcodec/Makefile (original)
> > +++ trunk/libavcodec/Makefile Sat Feb 24 12:59:26 2007
> > @@ -327,10 +327,10 @@
> > i386/vp3dsp_sse2.o \
> > i386/fft_3dn.o \
> > i386/fft_3dn2.o \
> > - i386/snowdsp_mmx.o \
> >
> > OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
> > OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
> > +OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
> > endif
>
> Is it possible to compile the encoder without compiling the decoder? if
> so, you need to check for that too. (Encoder uses decoding functions for
> ME ...)
Compilation finishes, so I guess the answer is yes.
Diego
More information about the ffmpeg-cvslog
mailing list