comparison libmpdemux/Makefile @ 13997:63023fad13a0

support for debianized LIVE.COM library
author henry
date Sat, 20 Nov 2004 14:46:22 +0000
parents e047e70a9767
children 467dae0f6c68
comparison
equal deleted inserted replaced
13996:be8f4abbe960 13997:63023fad13a0
10 ifeq ($(MPLAYER_NETWORK),yes) 10 ifeq ($(MPLAYER_NETWORK),yes)
11 SRCS += asf_streaming.c http.c network.c cookies.c asf_mmst_streaming.c pnm.c rtp.c 11 SRCS += asf_streaming.c http.c network.c cookies.c asf_mmst_streaming.c pnm.c rtp.c
12 SRCS += realrtsp/asmrp.c realrtsp/real.c realrtsp/rmff.c realrtsp/rtsp.c realrtsp/rtsp_session.c realrtsp/sdpplin.c realrtsp/xbuffer.c 12 SRCS += realrtsp/asmrp.c realrtsp/real.c realrtsp/rmff.c realrtsp/rtsp.c realrtsp/rtsp_session.c realrtsp/sdpplin.c realrtsp/xbuffer.c
13 ifeq ($(STREAMING_LIVE_DOT_COM),yes) 13 ifeq ($(STREAMING_LIVE_DOT_COM),yes)
14 CPLUSPLUSSRCS = demux_rtp.cpp demux_rtp_codec.cpp 14 CPLUSPLUSSRCS = demux_rtp.cpp demux_rtp_codec.cpp
15 CPLUSPLUSINCLUDE = -I$(LIVE_LIB_DIR)/liveMedia/include 15 CPLUSPLUSINCLUDE = $(LIVE_INCLUDES)
16 CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/UsageEnvironment/include
17 CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/BasicUsageEnvironment/include
18 CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/groupsock/include
19 endif 16 endif
20 endif 17 endif
21 18
22 ifeq ($(DVBIN),yes) 19 ifeq ($(DVBIN),yes)
23 SRCS += dvbin.c 20 SRCS += dvbin.c