[MPlayer-cvslog] r21323 - in trunk: libmpcodecs/Makefile libmpdemux/Makefile libvo/Makefile mpcommon.mak
Guillaume POIRIER
poirierg at gmail.com
Mon Nov 27 16:07:20 CET 2006
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!
(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) )
Guillaume
--
An association of men who will not quarrel with one another is a thing
which has never yet existed, from the greatest confederacy of nations
down to a town meeting or a vestry.
-- Thomas Jefferson
(when interviewed about MPlayer ML flamewars)
http://www.brainyquote.com/quotes/quotes/t/thomasjeff157207.html
More information about the MPlayer-cvslog
mailing list