[MPlayer-cvslog] r21323 - in trunk: libmpcodecs/Makefile libmpdemux/Makefile libvo/Makefile mpcommon.mak
Nicolas Plourde
nicolas.plourde at gmail.com
Tue Nov 28 03:20:48 CET 2006
On 27-Nov-06, at 10:07 AM, Guillaume POIRIER wrote:
> Hi,
>
> On 11/27/06, diego <subversion at mplayerhq.hu> wrote:
>> Author: diego
>> Date: Mon Nov 27 14:32:24 2006
>> New Revision: 21323
>>
>> Modified:
>> trunk/libmpcodecs/Makefile
>> trunk/libmpdemux/Makefile
>> trunk/libvo/Makefile
>> trunk/mpcommon.mak
>>
>> Log:
>> Move common code to mpcommon.mak.
>>
>
>> Modified: trunk/libvo/Makefile
>> =====================================================================
>> =========
>> --- trunk/libvo/Makefile (original)
>> +++ trunk/libvo/Makefile Mon Nov 27 14:32:24 2006
>> @@ -25,17 +25,8 @@
>> SRCS2-$(BITMAP_FONT) += font_load.c
>> SRCS2-$(FREETYPE) += font_load_ft.c
>>
>> -OBJS_TEMP=$(basename $(SRCS))
>> -OBJS=$(OBJS_TEMP:%=%.o)
>> -
>> -OBJS2=$(SRCS2:.c=.o)
>> -
>> LIBAV_INC-$(CONFIG_LIBAVUTIL) += -I../libavutil
>>
>> -SRCS += $(SRCS-yes)
>> -SRCS2 += $(SRCS2-yes)
>> -LIBAV_INC += $(LIBAV_INC-yes)
>> -
>> CFLAGS = -I.. -I../osdep $(LIBAV_INC)
>>
>> include ../mpcommon.mak
>>
>
> This fixed vo_macosx.o that wasn't getting compiled (because the
> makefile was wrongfully assuming that all source files were C files).
>
> Thanks for doing this!
>
Actually 21319 fixed it. Not this patch.
====
Nicolas Plourde <nicolas.plourde at gmail.com>
More information about the MPlayer-cvslog
mailing list