Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/libmpdemux/Makefile Mon Feb 03 09:33:22 2003 +0000 +++ b/libmpdemux/Makefile Mon Feb 03 10:27:50 2003 +0000 @@ -10,7 +10,7 @@ ifeq ($(STREAMING),yes) SRCS += asf_streaming.c url.c http.c network.c asf_mmst_streaming.c pnm.c ifeq ($(STREAMING_LIVE_DOT_COM),yes) -CPLUSPLUSSRCS = demux_rtp.cpp +CPLUSPLUSSRCS = demux_rtp.cpp demux_rtp_codec.cpp CPLUSPLUSINCLUDE = -I$(LIVE_LIB_DIR)/liveMedia/include CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/UsageEnvironment/include CPLUSPLUSINCLUDE += -I$(LIVE_LIB_DIR)/BasicUsageEnvironment/include