Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
0043ea00
Commit
0043ea00
authored
Sep 07, 2012
by
Ghislain MARY
Browse files
Add ortp-config-win32.h to the oRTP dependencies.
parent
dc6ef214
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
src/ortp-deps/ortp-config-win32.h
src/ortp-deps/ortp-config-win32.h
+32
-0
src/ortp-deps/update_ortp.sh
src/ortp-deps/update_ortp.sh
+1
-0
No files found.
src/ortp-deps/ortp-config-win32.h
0 → 100644
View file @
0043ea00
/*
The oRTP library is an RTP (Realtime Transport Protocol - rfc1889) stack.
Copyright (C) 2001 Simon MORLAT simon.morlat@linphone.org
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/* ortp-config-win32.h. Generated manually... */
#define ORTP_VERSION "0.8.2"
#define ORTP_MAJOR_VERSION 0
#define ORTP_MINOR_VERSION 8
#define ORTP_MICRO_VERSION 2
#define ORTP_EXTRA_VERSION
/* define the debug mode */
#define RTP_DEBUG 1
/* enables SO_REUSEADDR socket option in the rtp_session_set_local_addr() function */
#define SO_REUSE_ADDR 1
src/ortp-deps/update_ortp.sh
View file @
0043ea00
...
@@ -12,6 +12,7 @@ mkdir -p ortp
...
@@ -12,6 +12,7 @@ mkdir -p ortp
cp
-f
$TEMPGITDIR
/include/ortp/logging.h ortp/
cp
-f
$TEMPGITDIR
/include/ortp/logging.h ortp/
cp
-f
$TEMPGITDIR
/include/ortp/port.h ortp/
cp
-f
$TEMPGITDIR
/include/ortp/port.h ortp/
cp
-f
$TEMPGITDIR
/include/ortp/str_utils.h ortp/
cp
-f
$TEMPGITDIR
/include/ortp/str_utils.h ortp/
cp
-f
$TEMPGITDIR
/src/ortp-config-win32.h
.
cp
-f
$TEMPGITDIR
/src/logging.c
.
cp
-f
$TEMPGITDIR
/src/logging.c
.
cp
-f
$TEMPGITDIR
/src/port.c
.
cp
-f
$TEMPGITDIR
/src/port.c
.
cp
-f
$TEMPGITDIR
/src/str_utils.c
.
cp
-f
$TEMPGITDIR
/src/str_utils.c
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment