[MPlayer-cvslog] r21323 - in trunk: libmpcodecs/Makefile libmpdemux/Makefile libvo/Makefile mpcommon.mak
Diego Biurrun
diego at biurrun.de
Mon Nov 27 17:17:14 CET 2006
On Mon, Nov 27, 2006 at 04:07:20PM +0100, Guillaume POIRIER wrote:
>
> On 11/27/06, diego <subversion at mplayerhq.hu> wrote:
> >
> >Modified:
> > trunk/libmpcodecs/Makefile
> > trunk/libmpdemux/Makefile
> > trunk/libvo/Makefile
> > trunk/mpcommon.mak
> >
> >Log:
> >Move common code to mpcommon.mak.
>
> >--- 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!
>
> (note: ppl usually use this list to complain about things that got
> broken, at least once it will be used to report a fix ;o) )
:)
Diego
More information about the MPlayer-cvslog
mailing list