[MPlayer-cvslog] CVS: main/libvo Makefile,1.51,1.52

Diego Biurrun CVS syncmail at mplayerhq.hu
Thu Sep 1 12:44:49 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv22476

Modified Files:
	Makefile 
Log Message:
Add -I../libavutil to the includes to fix building vo_zr[2].
patch by Corey Hickey <bugfood-ml - at - fatooh - dot - org>


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/Makefile,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- Makefile	18 Aug 2005 12:59:19 -0000	1.51
+++ Makefile	1 Sep 2005 10:44:46 -0000	1.52
@@ -17,6 +17,11 @@
      vo_yuv4mpeg.c \
      $(OPTIONAL_SRCS) \
 
+LIBAV_INC =
+ifeq ($(CONFIG_LIBAVUTIL),yes)
+LIBAV_INC += -I../libavutil
+endif
+
 OBJS_TEMP=$(basename $(SRCS))
 OBJS=$(OBJS_TEMP:%=%.o)
 
@@ -25,6 +30,7 @@
 endif
 
 CFLAGS  = $(OPTFLAGS) -I. -I.. -I../osdep \
+          $(LIBAV_INC) \
           $(FREETYPE_INC) \
           $(SDL_INC) \
           $(X11_INC) \




More information about the MPlayer-cvslog mailing list