[MPlayer-cvslog] CVS: main/libmpdemux Makefile,1.102,1.103
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue Apr 18 16:41:44 CEST 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv6675/libmpdemux
Modified Files:
Makefile
Log Message:
Make the RTP demuxer work with libdvdread 0.9.5.
ifo_types.h needs the macros UINT8_MAX UINT16_MAX and INT32_MAX, in
stdint.h, which are not defined when the language is C++ unless
__STDC_LIMIT_MACROS is defined.
patch by Emanuele Giaquinta, emanuele <<.>> giaquinta <<@>> gmail <<.>> com
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/Makefile,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- Makefile 25 Mar 2006 10:38:36 -0000 1.102
+++ Makefile 18 Apr 2006 14:41:41 -0000 1.103
@@ -160,7 +160,7 @@
OBJS += $(CPLUSPLUSSRCS:.cpp=.o)
INCLUDE = -I.. -I../loader $(CSS_INC) $(EXTRA_INC) $(LIBAV_INC)
CFLAGS = $(OPTFLAGS) $(INCLUDE) $(XMMS_CFLAGS) $(CDPARANOIA_INC) $(DVB_INC)
-CPLUSPLUSFLAGS = $(CFLAGS) $(CPLUSPLUSINCLUDE)
+CPLUSPLUSFLAGS = $(CFLAGS) $(CPLUSPLUSINCLUDE) -D__STDC_LIMIT_MACROS
CPLUSPLUS = $(CC)
.SUFFIXES: .c .cpp .o
More information about the MPlayer-cvslog
mailing list