[Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.81,1.82
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Oct 28 03:15:55 CEST 2004
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib Makefile,1.38,1.39
- Next message: [Mplayer-cvslog] CVS: main/libvo aclib.c, 1.13, 1.14 aspect.c, 1.16, 1.17 fastmemcpy.h, 1.20, 1.21 font_load_ft.c, 1.14, 1.15 geometry.c, 1.12, 1.13 img_format.h, 1.6, 1.7 jpeg_enc.c, 1.21, 1.22 mga_common.c, 1.59, 1.60 osd.c, 1.23, 1.24 sub.c, 1.75, 1.76 sub.h, 1.28, 1.29 vesa_lvo.c, 1.17, 1.18 video_out.c, 1.93, 1.94 video_out.h, 1.58, 1.59 video_out_internal.h, 1.14, 1.15 vo_aa.c, 1.43, 1.44 vo_bl.c, 1.7, 1.8 vo_cvidix.c, 1.11, 1.12 vo_dfbmga.c, 1.22, 1.23 vo_dga.c, 1.69, 1.70 vo_directfb.c, 1.28, 1.29 vo_directfb2.c, 1.16, 1.17 vo_directx.c, 1.40, 1.41 vo_dxr3.c, 1.121, 1.122 vo_ggi.c, 1.30, 1.31 vo_gl2.c, 1.54, 1.55 vo_quartz.c, 1.30, 1.31 vo_sdl.c, 1.116, 1.117 vo_svga.c, 1.74, 1.75 vo_winvidix.c, 1.4, 1.5 vo_x11.c, 1.140, 1.141 vo_xmga.c, 1.89, 1.90 vo_xover.c, 1.9, 1.10 vo_xv.c, 1.155, 1.156 vo_xvidix.c, 1.69, 1.70 vo_xvmc.c, 1.12, 1.13 vo_yuv4mpeg.c, 1.16, 1.17 vo_zr.c, 1.28, 1.29 vo_zr2.c, 1.4, 1.5 vosub_vidix.c, 1.63, 1.64 vosub_vidix.h, 1.11, 1.12 w32_common.c, 1.6, 1.7 x11_common.c, 1.176, 1.177
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv9525/libmpdemux
Modified Files:
Makefile
Log Message:
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/Makefile,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- Makefile 4 Aug 2004 18:37:51 -0000 1.81
+++ Makefile 28 Oct 2004 01:15:52 -0000 1.82
@@ -34,7 +34,7 @@
OBJS = $(SRCS:.c=.o)
OBJS += $(CPLUSPLUSSRCS:.cpp=.o)
-INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC) $(LIBAV_INC)
+INCLUDE = -I.. -I../loader $(CSS_INC) $(EXTRA_INC) $(LIBAV_INC)
CFLAGS = $(OPTFLAGS) $(INCLUDE) $(XMMS_CFLAGS) $(CDPARANOIA_INC) $(DVB_INC)
CPLUSPLUSFLAGS = $(CFLAGS) $(CPLUSPLUSINCLUDE)
CPLUSPLUS = $(CC)
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib Makefile,1.38,1.39
- Next message: [Mplayer-cvslog] CVS: main/libvo aclib.c, 1.13, 1.14 aspect.c, 1.16, 1.17 fastmemcpy.h, 1.20, 1.21 font_load_ft.c, 1.14, 1.15 geometry.c, 1.12, 1.13 img_format.h, 1.6, 1.7 jpeg_enc.c, 1.21, 1.22 mga_common.c, 1.59, 1.60 osd.c, 1.23, 1.24 sub.c, 1.75, 1.76 sub.h, 1.28, 1.29 vesa_lvo.c, 1.17, 1.18 video_out.c, 1.93, 1.94 video_out.h, 1.58, 1.59 video_out_internal.h, 1.14, 1.15 vo_aa.c, 1.43, 1.44 vo_bl.c, 1.7, 1.8 vo_cvidix.c, 1.11, 1.12 vo_dfbmga.c, 1.22, 1.23 vo_dga.c, 1.69, 1.70 vo_directfb.c, 1.28, 1.29 vo_directfb2.c, 1.16, 1.17 vo_directx.c, 1.40, 1.41 vo_dxr3.c, 1.121, 1.122 vo_ggi.c, 1.30, 1.31 vo_gl2.c, 1.54, 1.55 vo_quartz.c, 1.30, 1.31 vo_sdl.c, 1.116, 1.117 vo_svga.c, 1.74, 1.75 vo_winvidix.c, 1.4, 1.5 vo_x11.c, 1.140, 1.141 vo_xmga.c, 1.89, 1.90 vo_xover.c, 1.9, 1.10 vo_xv.c, 1.155, 1.156 vo_xvidix.c, 1.69, 1.70 vo_xvmc.c, 1.12, 1.13 vo_yuv4mpeg.c, 1.16, 1.17 vo_zr.c, 1.28, 1.29 vo_zr2.c, 1.4, 1.5 vosub_vidix.c, 1.63, 1.64 vosub_vidix.h, 1.11, 1.12 w32_common.c, 1.6, 1.7 x11_common.c, 1.176, 1.177
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list