[FFmpeg-devel] [RFC] Split libswscale's yuv2rgb per dir.

Ramiro Polla ramiro.polla
Wed Mar 25 00:56:40 CET 2009


Hi,

On Tue, Mar 24, 2009 at 8:45 PM, Diego Biurrun <diego at biurrun.de> wrote:
> On Tue, Mar 24, 2009 at 08:40:21PM -0300, Ramiro Polla wrote:
>>
>> Mans, could you please take a look at the build system parts? (if
>> possible without repeating how much you hate swscale again =)
>>
>> --- Makefile ?(revision 18178)
>> +++ Makefile ?(working copy)
>> @@ -47,7 +47,8 @@
>>
>> -SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES
>> +SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES \
>> + ? ?ALTIVEC-OBJS-yes MMX-OBJS-yes YASM-OBJS-FFT-yes YASM-OBJS-yes
>
> Why?

This can be applied separately. It cleans the MMX-OBJS-yes & co
variables after libavcodec is built. This way, while building
libswscale, they can be used again. Or else libswscale would try to
build all MMX-OBJS-yes from libavcodec as well (like
libswscale/x86/cavsdsp_mmx.o or somesuch).

Ramiro Polla



More information about the ffmpeg-devel mailing list