[FFmpeg-devel] [RFC] Split libswscale's yuv2rgb per dir.
Ramiro Polla
ramiro.polla
Wed Mar 25 01:53:29 CET 2009
>> Index: Makefile
>> ===================================================================
>> --- Makefile ?(revision 18178)
>> +++ Makefile ?(working copy)
>> @@ -47,7 +47,8 @@
>> ? ? ? cp -p $< $@
>> ? ? ? $(STRIP) $@
>>
>> -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
>
> Drop the -yes suffix from those. ?The RESET macro below takes care of
Ah, right. IIRC this is what screwed up make 3.79 that comes by
default with MSYS.
> it. ?This part can be committed immediately. ?Any other similar
> variables should also be added here.
Applied.
Ramiro Polla
More information about the ffmpeg-devel
mailing list