Mercurial > mplayer.hg
changeset 19303:d9e836da5093
Forgotten part of the LIVE555 configure test simplification.
author | diego |
---|---|
date | Thu, 03 Aug 2006 22:18:21 +0000 |
parents | cc4774869fbc |
children | 74b228b3dcb1 |
files | libmpdemux/Makefile |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/Makefile Thu Aug 03 20:44:14 2006 +0000 +++ b/libmpdemux/Makefile Thu Aug 03 22:18:21 2006 +0000 @@ -99,14 +99,13 @@ ifeq ($(STREAMING_LIVE555),yes) CPLUSPLUSSRCS = demux_rtp.cpp demux_rtp_codec.cpp -CPLUSPLUSINCLUDE = $(LIVE_INCLUDES) endif OBJS = $(SRCS:.c=.o) OBJS += $(CPLUSPLUSSRCS:.cpp=.o) INCLUDE = -I.. -I../stream -I../loader $(LIBAV_INC) CFLAGS = $(OPTFLAGS) $(INCLUDE) $(XMMS_CFLAGS) -CPLUSPLUSFLAGS = $(CFLAGS) $(CPLUSPLUSINCLUDE) -D__STDC_LIMIT_MACROS +CPLUSPLUSFLAGS = $(CFLAGS) -D__STDC_LIMIT_MACROS CPLUSPLUS = $(CC) .SUFFIXES: .c .cpp .o