[FFmpeg-cvslog] r12340 - trunk/libavfilter/Makefile
Vitor Sessak
vitor1001
Thu Mar 6 18:12:32 CET 2008
Hi
Diego Biurrun wrote:
> On Wed, Mar 05, 2008 at 07:26:44PM +0100, vitor wrote:
>> Log:
>> Fix avfilter compilation with --enable-shared and no libswscaler
>>
>> --- trunk/libavfilter/Makefile (original)
>> +++ trunk/libavfilter/Makefile Wed Mar 5 19:26:44 2008
>> @@ -12,9 +12,13 @@ OBJS = allfilters.o \
>>
>> +ifeq ($(CONFIG_SWSCALER),yes)
>> +EXTRALIBS+=-L$(BUILD_ROOT)/libswscale
>
> This should be LDFLAGS.
So, if I understand correctly, it should follow the same conventions
everywhere, like in this patch?
-Vitor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: extralibs_split.diff
Type: text/x-patch
Size: 3240 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20080306/e5fa06fa/attachment.bin>
More information about the ffmpeg-cvslog
mailing list