Changeset 728
- Timestamp:
- 01/19/12 15:08:38 (4 months ago)
- Files:
-
- 6 edited
-
branches/1.0/builders/cmake/CMakeLists.txt (modified) (1 diff)
-
branches/1.0/sources/thelib/include/streaming/outnetrawstream.h (modified) (3 diffs)
-
branches/1.0/sources/thelib/src/streaming/outnetrawstream.cpp (modified) (3 diffs)
-
trunk/builders/cmake/CMakeLists.txt (modified) (1 diff)
-
trunk/sources/thelib/include/streaming/outnetrawstream.h (modified) (3 diffs)
-
trunk/sources/thelib/src/streaming/outnetrawstream.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/builders/cmake/CMakeLists.txt
r690 r728 71 71 #ADD_DEFINITIONS(-DHAS_PROTOCOL_MMS) 72 72 ADD_DEFINITIONS(-DHAS_PROTOCOL_HLS) 73 ADD_DEFINITIONS(-DHAS_PROTOCOL_RAWHTTPSTREAM)73 #ADD_DEFINITIONS(-DHAS_PROTOCOL_RAWHTTPSTREAM) 74 74 ADD_DEFINITIONS(-DHAS_MEDIA_MP3) 75 75 ADD_DEFINITIONS(-DHAS_MEDIA_MP4) 76 76 ADD_DEFINITIONS(-DHAS_MEDIA_FLV) 77 ADD_DEFINITIONS(-DHAS_MEDIA_NSV)78 ADD_DEFINITIONS(-DHAS_SYSLOG)77 #ADD_DEFINITIONS(-DHAS_MEDIA_NSV) 78 #ADD_DEFINITIONS(-DHAS_SYSLOG) 79 79 IF($ENV{COMPILE_STATIC} MATCHES "1") 80 80 MESSAGE(STATUS "Compile static") -
branches/1.0/sources/thelib/include/streaming/outnetrawstream.h
r637 r728 1 /* 1 /* 2 2 * Copyright (c) 2010, 3 3 * Gavriloaie Eugen-Andrei (shiretu@gmail.com) 4 * 4 * 5 5 * This file is part of crtmpserver. 6 6 * crtmpserver is free software: you can redistribute it and/or modify … … 8 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 * 10 * 11 11 * crtmpserver is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 14 * GNU General Public License for more details. 15 * 15 * 16 16 * You should have received a copy of the GNU General Public License 17 17 * along with crtmpserver. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 20 #ifdef HAS_PROTOCOL_RAWHTTPSTREAM 20 21 #ifndef _OUTNETRAWSTREAM_H 21 22 #define _OUTNETRAWSTREAM_H … … 51 52 52 53 #endif /* _OUTNETRAWSTREAM_H */ 53 54 #endif /* HAS_PROTOCOL_RAWHTTPSTREAM */ -
branches/1.0/sources/thelib/src/streaming/outnetrawstream.cpp
r642 r728 1 /* 1 /* 2 2 * Copyright (c) 2010, 3 3 * Gavriloaie Eugen-Andrei (shiretu@gmail.com) 4 * 4 * 5 5 * This file is part of crtmpserver. 6 6 * crtmpserver is free software: you can redistribute it and/or modify … … 8 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 * 10 * 11 11 * crtmpserver is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 14 * GNU General Public License for more details. 15 * 15 * 16 16 * You should have received a copy of the GNU General Public License 17 17 * along with crtmpserver. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 20 #ifdef HAS_PROTOCOL_RAWHTTPSTREAM 20 21 #include "streaming/outnetrawstream.h" 21 22 #include "streaming/streamstypes.h" … … 97 98 return true; 98 99 } 100 #endif /* HAS_PROTOCOL_RAWHTTPSTREAM */ -
trunk/builders/cmake/CMakeLists.txt
r722 r728 71 71 #ADD_DEFINITIONS(-DHAS_PROTOCOL_MMS) 72 72 ADD_DEFINITIONS(-DHAS_PROTOCOL_HLS) 73 ADD_DEFINITIONS(-DHAS_PROTOCOL_RAWHTTPSTREAM)73 #ADD_DEFINITIONS(-DHAS_PROTOCOL_RAWHTTPSTREAM) 74 74 ADD_DEFINITIONS(-DHAS_MEDIA_MP3) 75 75 ADD_DEFINITIONS(-DHAS_MEDIA_MP4) 76 76 ADD_DEFINITIONS(-DHAS_MEDIA_FLV) 77 ADD_DEFINITIONS(-DHAS_MEDIA_NSV)78 ADD_DEFINITIONS(-DHAS_SYSLOG)77 #ADD_DEFINITIONS(-DHAS_MEDIA_NSV) 78 #ADD_DEFINITIONS(-DHAS_SYSLOG) 79 79 IF($ENV{COMPILE_STATIC} MATCHES "1") 80 80 MESSAGE(STATUS "Compile static") -
trunk/sources/thelib/include/streaming/outnetrawstream.h
r637 r728 1 /* 1 /* 2 2 * Copyright (c) 2010, 3 3 * Gavriloaie Eugen-Andrei (shiretu@gmail.com) 4 * 4 * 5 5 * This file is part of crtmpserver. 6 6 * crtmpserver is free software: you can redistribute it and/or modify … … 8 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 * 10 * 11 11 * crtmpserver is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 14 * GNU General Public License for more details. 15 * 15 * 16 16 * You should have received a copy of the GNU General Public License 17 17 * along with crtmpserver. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 20 #ifdef HAS_PROTOCOL_RAWHTTPSTREAM 20 21 #ifndef _OUTNETRAWSTREAM_H 21 22 #define _OUTNETRAWSTREAM_H … … 51 52 52 53 #endif /* _OUTNETRAWSTREAM_H */ 53 54 #endif /* HAS_PROTOCOL_RAWHTTPSTREAM */ -
trunk/sources/thelib/src/streaming/outnetrawstream.cpp
r642 r728 1 /* 1 /* 2 2 * Copyright (c) 2010, 3 3 * Gavriloaie Eugen-Andrei (shiretu@gmail.com) 4 * 4 * 5 5 * This file is part of crtmpserver. 6 6 * crtmpserver is free software: you can redistribute it and/or modify … … 8 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 * 10 * 11 11 * crtmpserver is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 14 * GNU General Public License for more details. 15 * 15 * 16 16 * You should have received a copy of the GNU General Public License 17 17 * along with crtmpserver. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 20 #ifdef HAS_PROTOCOL_RAWHTTPSTREAM 20 21 #include "streaming/outnetrawstream.h" 21 22 #include "streaming/streamstypes.h" … … 97 98 return true; 98 99 } 100 #endif /* HAS_PROTOCOL_RAWHTTPSTREAM */
Note: See TracChangeset
for help on using the changeset viewer.
