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
2896105f
Commit
2896105f
authored
Mar 05, 2012
by
Filippo Della Betta
Committed by
Youness Alaoui
Mar 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added gio dependency
parent
812df5de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
configure.ac
configure.ac
+1
-0
win32/vs9/libnice.vcproj
win32/vs9/libnice.vcproj
+6
-6
No files found.
configure.ac
View file @
2896105f
...
...
@@ -102,6 +102,7 @@ PKG_CHECK_MODULES(GLIB, [dnl
glib-2.0 >= 2.13 dnl
gobject-2.0 >= 2.13 dnl
gthread-2.0 >= 2.13 dnl
gio-2.0 >= 2.13 dnl
])
AC_ARG_WITH(gstreamer,
...
...
win32/vs9/libnice.vcproj
View file @
2896105f
...
...
@@ -61,7 +61,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"iphlpapi.lib ws2_32.lib glib-2.0.lib gobject-2.0.lib"
AdditionalDependencies=
"iphlpapi.lib ws2_32.lib glib-2.0.lib gobject-2.0.lib
gio-2.0.lib
"
LinkIncremental=
"2"
AdditionalLibraryDirectories=
"..\..\glib\lib"
ModuleDefinitionFile=
"libnice.def"
...
...
@@ -137,7 +137,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"iphlpapi.lib ws2_32.lib glib-2.0.lib gobject-2.0.lib"
AdditionalDependencies=
"iphlpapi.lib ws2_32.lib glib-2.0.lib gobject-2.0.lib
gio-2.0.lib
"
LinkIncremental=
"1"
AdditionalLibraryDirectories=
"..\..\glib\lib"
ModuleDefinitionFile=
"libnice.def"
...
...
@@ -271,11 +271,11 @@
>
</File>
<File
RelativePath=
"..\..\
stun
\debug.h"
RelativePath=
"..\..\
agent
\debug.h"
>
</File>
<File
RelativePath=
"..\..\
agent
\debug.h"
RelativePath=
"..\..\
stun
\debug.h"
>
</File>
<File
...
...
@@ -483,11 +483,11 @@
>
</File>
<File
RelativePath=
"..\..\s
tun\usages
\turn.h"
RelativePath=
"..\..\s
ocket
\turn.h"
>
</File>
<File
RelativePath=
"..\..\s
ocket
\turn.h"
RelativePath=
"..\..\s
tun\usages
\turn.h"
>
</File>
<File
...
...
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