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
bd3bb038
Commit
bd3bb038
authored
Feb 01, 2013
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a simple example to showcase the API thanks to Bryce Allen
parent
05b9f0af
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
447 additions
and
1 deletion
+447
-1
Makefile.am
Makefile.am
+2
-1
configure.ac
configure.ac
+1
-0
examples/Makefile.am
examples/Makefile.am
+26
-0
examples/simple-example.c
examples/simple-example.c
+418
-0
No files found.
Makefile.am
View file @
bd3bb038
...
...
@@ -16,7 +16,8 @@ SUBDIRS = \
nice
\
gst
\
docs
\
tests
tests
\
examples
DISTCHECK_CONFIGURE_FLAGS
=
--disable-assert
-enable-gtk-doc
...
...
configure.ac
View file @
bd3bb038
...
...
@@ -27,6 +27,7 @@ AC_CONFIG_FILES([
docs/reference/Makefile
docs/reference/libnice/Makefile
tests/Makefile
examples/Makefile
])
# Set the libtool C/A/R version info
...
...
examples/Makefile.am
0 → 100644
View file @
bd3bb038
#
# Makefile.am for the Nice Glib ICE library
#
# (C) 2006, 2007 Collabora Ltd.
# (C) 2006, 2007 Nokia Corporation. All rights reserved.
#
# Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
include
$(top_srcdir)/common.mk
AM_CFLAGS
=
\
-I
$(top_srcdir)
\
-I
$(top_srcdir)
/agent
\
-I
$(top_srcdir)
/random
\
-I
$(top_srcdir)
/socket
\
-I
$(top_srcdir)
/stun
\
$(ERROR_CFLAGS)
\
$(GLIB_CFLAGS)
\
$(GUPNP_CFLAGS)
bin_PROGRAMS
=
simple-example
simple_example_SOURCES
=
simple-example.c
simple_example_LDADD
=
$(top_builddir)
/agent/libagent.la
\
$(top_builddir)
/socket/libsocket.la
\
$(GLIB_LIBS)
$(GUPNP_LIBS)
examples/simple-example.c
0 → 100644
View file @
bd3bb038
This diff is collapsed.
Click to expand it.
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