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
019ff352
Commit
019ff352
authored
Nov 06, 2014
by
Nirbheek Chauhan
Committed by
Olivier Crête
Mar 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Disable static by default, and add win32 DLL support
https://bugs.freedesktop.org/show_bug.cgi?id=85962
parent
20ea22e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
configure.ac
configure.ac
+2
-1
gst/Makefile.am
gst/Makefile.am
+2
-2
No files found.
configure.ac
View file @
019ff352
...
...
@@ -55,7 +55,8 @@ AM_SILENT_RULES([yes])
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
AM_PROG_AR
LT_INIT
LT_PREREQ([2.2.6])
LT_INIT([dlopen win32-dll disable-static])
# Check Operating System
AC_MSG_CHECKING([operating system])
...
...
gst/Makefile.am
View file @
019ff352
...
...
@@ -33,7 +33,7 @@ libgstnice_la_SOURCES = \
libgstnice_la_LIBADD
=
$(COMMON_LIBADD)
$(GST_LIBS)
libgstnice_la_LDFLAGS
=
-module
-avoid-version
libgstnice_la_LDFLAGS
=
-module
-avoid-version
-no-undefined
endif
...
...
@@ -52,5 +52,5 @@ libgstnice010_la_SOURCES = \
libgstnice010_la_LIBADD
=
$(COMMON_LIBADD)
$(GST010_LIBS)
libgstnice010_la_LDFLAGS
=
-module
-avoid-version
libgstnice010_la_LDFLAGS
=
-module
-avoid-version
-no-undefined
endif
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