comparison libmpdemux/Makefile @ 9250:bb490ffeebf5

Restruct by Ross Finlayson <finlayson@live.com> The code now supports 'QuickTime generic' RTP streams (the "X-QT" MIME type), which - thanks to the QuickTime codecs - makes it possible to play more QuickTime RTP streams.
author bertrand
date Mon, 03 Feb 2003 10:27:50 +0000
parents 6ecc0b5c08cb
children 76c6d8f1ebf5
comparison
equal deleted inserted replaced
9249:8546faeb0112 9250:bb490ffeebf5
8 SRCS += demux_xmms.c 8 SRCS += demux_xmms.c
9 endif 9 endif
10 ifeq ($(STREAMING),yes) 10 ifeq ($(STREAMING),yes)
11 SRCS += asf_streaming.c url.c http.c network.c asf_mmst_streaming.c pnm.c 11 SRCS += asf_streaming.c url.c http.c network.c asf_mmst_streaming.c pnm.c
12 ifeq ($(STREAMING_LIVE_DOT_COM),yes) 12 ifeq ($(STREAMING_LIVE_DOT_COM),yes)
13 CPLUSPLUSSRCS = demux_rtp.cpp 13 CPLUSPLUSSRCS = demux_rtp.cpp demux_rtp_codec.cpp
14 CPLUSPLUSINCLUDE = -I$(LIVE_LIB_DIR)/liveMedia/include 14 CPLUSPLUSINCLUDE = -I$(LIVE_LIB_DIR)/liveMedia/include
15 CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/UsageEnvironment/include 15 CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/UsageEnvironment/include
16 CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/BasicUsageEnvironment/include 16 CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/BasicUsageEnvironment/include
17 CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/groupsock/include 17 CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/groupsock/include
18 else 18 else