[Ffmpeg-cvslog] r8117 - trunk/libavcodec/Makefile
Oded Shimon
ods15
Sat Feb 24 13:03:30 CET 2007
On Sat, Feb 24, 2007 at 12:59:27PM +0100, diego wrote:
> Author: diego
> Date: Sat Feb 24 12:59:26 2007
> New Revision: 8117
>
> Modified:
> trunk/libavcodec/Makefile
>
> Log:
> Only compile snowdsp_mmx.c if the Snow decoder is enabled.
>
>
> Modified: trunk/libavcodec/Makefile
> ==============================================================================
> --- 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 ...)
- ods15
More information about the ffmpeg-cvslog
mailing list