Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
16d1a06d
Commit
16d1a06d
authored
Dec 19, 2008
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing library name 'nice' to 'libnice'
parent
27d4e3d1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
17 deletions
+17
-17
common.mk
common.mk
+1
-1
configure.ac
configure.ac
+13
-13
docs/reference/libnice/libnice-docs.sgml
docs/reference/libnice/libnice-docs.sgml
+1
-1
gst/Makefile.am
gst/Makefile.am
+1
-1
nice/Makefile.am
nice/Makefile.am
+1
-1
No files found.
common.mk
View file @
16d1a06d
ERROR_CFLAGS
=
\
$(NICE_CFLAGS)
\
$(
LIB
NICE_CFLAGS)
\
-Wextra
\
-Wundef
\
-Wnested-externs
\
...
...
configure.ac
View file @
16d1a06d
...
...
@@ -3,8 +3,8 @@ AC_PREREQ(2.59c)
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(nice, 0.0.4.1)
NICE_RELEASE="no"
AC_INIT(
lib
nice, 0.0.4.1)
LIB
NICE_RELEASE="no"
AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h])
...
...
@@ -26,12 +26,12 @@ AC_CONFIG_FILES([
])
# Set the libtool C/A/R version info
NICE_CURRENT=2
NICE_REVISION=0
NICE_AGE=2
NICE_LIBVERSION=${NICE_CURRENT}:${NICE_REVISION}:${
NICE_AGE}
NICE_LT_LDFLAGS="-version-info ${
NICE_LIBVERSION}"
AC_SUBST(NICE_LT_LDFLAGS)
LIB
NICE_CURRENT=2
LIB
NICE_REVISION=0
LIB
NICE_AGE=2
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIB
NICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIB
NICE_LIBVERSION}"
AC_SUBST(
LIB
NICE_LT_LDFLAGS)
# Checks for programs.
...
...
@@ -51,14 +51,14 @@ AC_DEFINE([_FORTIFY_SOURCE], [2], [Define to `2' to get GNU/libc warnings.])
AC_DEFINE([NICEAPI_EXPORT], [ ], [Public library function implementation])
AC_CHECK_HEADERS([arpa/inet.h net/in.h ifaddrs.h])
NICE_CFLAGS="-Wall"
LIB
NICE_CFLAGS="-Wall"
dnl if asked for, add -Werror if supported
if test "x$NICE_RELEASE" != "xyes"; then
NICE_CFLAGS="$
NICE_CFLAGS -Werror"
if test "x$
LIB
NICE_RELEASE" != "xyes"; then
LIBNICE_CFLAGS="$LIB
NICE_CFLAGS -Werror"
fi
AC_SUBST(NICE_CFLAGS)
AC_MSG_NOTICE([set
NICE_CFLAGS to $
NICE_CFLAGS])
AC_SUBST(
LIB
NICE_CFLAGS)
AC_MSG_NOTICE([set
LIBNICE_CFLAGS to $LIB
NICE_CFLAGS])
# Checks for libraries.
AC_CHECK_LIB(rt, clock_gettime, [LIBRT="-lrt"], [LIBRT=""])
...
...
docs/reference/libnice/libnice-docs.sgml
View file @
16d1a06d
...
...
@@ -6,7 +6,7 @@
<title>
libnice Reference Manual
</title>
<releaseinfo>
The latest version of this documentation can be found on-line at
<ulink
role=
"online-location"
url=
"http://
nice.freedesktop.org/libnice/index.html"
>
http://
nice.freedesktop.org/libnice/
</ulink>
.
<ulink
role=
"online-location"
url=
"http://
libnice.freedesktop.org/libnice/index.html"
>
http://lib
nice.freedesktop.org/libnice/
</ulink>
.
</releaseinfo>
</bookinfo>
...
...
gst/Makefile.am
View file @
16d1a06d
...
...
@@ -6,7 +6,7 @@
#
# Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
AM_CFLAGS
=
$(NICE_CFLAGS)
\
AM_CFLAGS
=
$(
LIB
NICE_CFLAGS)
\
$(GST_CFLAGS)
\
-I
$(top_srcdir)
\
-I
$(top_srcdir)
/socket
\
...
...
nice/Makefile.am
View file @
16d1a06d
...
...
@@ -21,7 +21,7 @@ libnice_la_LIBADD = \
libnice_la_LDFLAGS
=
\
-export-symbols
$(srcdir)
/libnice.sym
\
$(NICE_LT_LDFLAGS)
$(
LIB
NICE_LT_LDFLAGS)
AM_CFLAGS
=
\
...
...
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