Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Makefile
Package: rtsp-1.0.1.tar.gz [view]
Upload User: sy_wanhua
Upload Date: 2013-07-25
Package Size: 3048k
Code Size: 2k
Category:
Streaming_Mpeg4
Development Platform:
C/C++
- # $Id: Makefile,v 1.16 2001/06/12 23:34:22 kle Exp $
- # $Log: Makefile,v $
- # Revision 1.16 2001/06/12 23:34:22 kle
- # disable optimize build
- #
- # Revision 1.15 2001/06/12 22:39:13 kle
- # closed TCP connections after read failure. Connection was dangling
- #
- # Revision 1.14 2001/05/11 01:24:11 wjin
- # code review change for item #10
- #
- # Revision 1.13 2001/04/10 01:41:14 wjin
- # remove RtspUtil and add its functions to RtspTransceiver
- #
- # Revision 1.12 2001/03/10 03:05:03 kimle
- # remove check for transmission tcp buffer
- #
- # Revision 1.11 2001/03/10 01:40:37 wjin
- # add in RtspRtpInfoHdr
- #
- # Revision 1.10 2001/03/07 20:19:00 wjin
- # rtsp stack upgrade
- #
- # Revision 1.9 2001/03/03 04:01:34 wjin
- # add strucutral change for RtspMsg/Request/Response
- #
- # Revision 1.8 2001/03/02 20:33:35 wjin
- # add new functions
- #
- # Revision 1.7 2001/02/17 01:07:07 wjin
- # add RtspSdp.*
- #
- # Revision 1.6 2001/02/17 00:02:28 kimle
- # Added new states and processing
- #
- # Revision 1.5 2001/02/16 04:08:18 kimle
- # more chnages
- #
- # Revision 1.4 2001/02/15 01:37:42 wjin
- # new dev
- #
- # Revision 1.3 2001/02/13 03:10:49 wjin
- # add more files and more parser stuff done
- #
- # Revision 1.2 2001/02/10 03:16:04 wjin
- # add more for stack
- #
- # Revision 1.1 2001/02/08 22:45:14 wjin
- # Initial check ins for RTSP
- #
- BUILD = ../../build
- include $(BUILD)/Makefile.pre
- TARGET_LIBRARY=librtsp.a
- PACKAGES += SDP PTHREAD UTIL
- # name of all files to be compiled (don't include header files)
- SRC =
- CharData.cxx
- CharDataParser.cxx
- RtspUtil.cxx
- RtspMsg.cxx
- RtspRequest.cxx
- RtspResponse.cxx
- RtspMsgParser.cxx
- RtspSdp.cxx
- RtspDescribeMsg.cxx
- RtspAnnounceMsg.cxx
- RtspPlayMsg.cxx
- RtspRecordMsg.cxx
- RtspSetupMsg.cxx
- RtspPauseMsg.cxx
- RtspTeardownMsg.cxx
- RtspOptionsMsg.cxx
- RtspSetParameterMsg.cxx
- RtspTransportHdr.cxx
- RtspRangeHdr.cxx
- RtspLocationHdr.cxx
- RtspRtpInfoHdr.cxx
- RtspTcpBuffer.cxx
- RtspTcpConnection.cxx
- RtspTransceiver.cxx
- include $(BUILD)/Makefile.post