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
8eab0182
Commit
8eab0182
authored
Apr 01, 2014
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove all traces of compile time marshallers
parent
d82ca9ce
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
19 deletions
+2
-19
README.win32
README.win32
+1
-6
agent/discovery.c
agent/discovery.c
+0
-1
docs/reference/libnice/Makefile.am
docs/reference/libnice/Makefile.am
+1
-1
win32/dogenmarshal.cmd
win32/dogenmarshal.cmd
+0
-3
win32/vs9/libnice.vcproj
win32/vs9/libnice.vcproj
+0
-8
No files found.
README.win32
View file @
8eab0182
...
...
@@ -44,12 +44,7 @@ libnice
|-------- src
|--- ...
3) Generate agent-signals-marshal files
Launch script win32/dogenmarshal.cmd on the win32 folder to generate agent/agent-signals-marshal.h and
agent/agent-signals-marshal.c
4) Open win32/libnice.sln with Microsoft Visual Studio 2008
3) Open win32/libnice.sln with Microsoft Visual Studio 2008
Build solution, output will be on libnice/win32/vs9/libnice/bin/Win32_Debug or libnice/win32/vs9/libnice/bin/Win32_Release
depending on the configuration chosen.
...
...
agent/discovery.c
View file @
8eab0182
...
...
@@ -55,7 +55,6 @@
#include "agent.h"
#include "agent-priv.h"
#include "agent-signals-marshal.h"
#include "component.h"
#include "discovery.h"
#include "stun/usages/bind.h"
...
...
docs/reference/libnice/Makefile.am
View file @
8eab0182
...
...
@@ -55,7 +55,7 @@ CFILE_GLOB=$(top_srcdir)/agent/agent.c \
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES
=
conncheck.h discovery.h stream.h component.h agent-priv.h
\
agent-signals-marshal.h
iostream.h inputstream.h outputstream.h
\
iostream.h inputstream.h outputstream.h
\
gstnice.h gstnicesrc.h gstnicesink.h
\
md5.h sha1.h stunhmac.h utils.h rand.h stun5389.h stuncrc32.h
...
...
win32/dogenmarshal.cmd
deleted
100644 → 0
View file @
d82ca9ce
..\glib\bin\glib
-genmarshal
.exe
-
-header
-
-prefix
=
agent_marshal
..\agent\agent
-signals-marshal
.list
>
..\agent\agent
-signals-marshal
.h
echo
#include
"agent-signals-marshal.h"
>
..\agent\agent
-signals-marshal
.c
..\glib\bin\glib
-genmarshal
.exe
-
-body
-
-prefix
=
agent_marshal
..\agent\agent
-signals-marshal
.list
>>
..\agent\agent
-signals-marshal
.c
win32/vs9/libnice.vcproj
View file @
8eab0182
...
...
@@ -190,14 +190,6 @@
RelativePath=
"..\..\agent\agent-priv.h"
>
</File>
<File
RelativePath=
"..\..\agent\agent-signals-marshal.c"
>
</File>
<File
RelativePath=
"..\..\agent\agent-signals-marshal.h"
>
</File>
<File
RelativePath=
"..\..\agent\agent.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