Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
2c645940
Commit
2c645940
authored
10 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
daemon: fix ./configure --disable-shared
Refs #58282 Change-Id: I1c08855f8683bbc5d5992ca1f8b04abe2010de68
parent
d1eecf41
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
daemon/src/audio/codecs/Makefile.am
+2
-1
2 additions, 1 deletion
daemon/src/audio/codecs/Makefile.am
with
2 additions
and
1 deletion
daemon/src/audio/codecs/Makefile.am
+
2
−
1
View file @
2c645940
...
...
@@ -3,6 +3,7 @@ include $(top_srcdir)/globals.mak
noinst_LTLIBRARIES
=
libcodecdescriptor.la
libcodecdescriptor_la_SOURCES
=
audiocodecfactory.cpp audiocodec.cpp audiocodec.h audiocodecfactory.h
libcodecdescriptor_la_CXXFLAGS
=
-fPIC
libcodecdescriptor_la_LIBADD
=
$(
CCRTP_LIBS
)
if
BUILD_GSM
...
...
@@ -48,7 +49,7 @@ endif
if
BUILD_ILBC
ILBC_LIB
=
libcodec_ilbc.so
libcodecdescriptor_la_CXXFLAGS
=
-DBUILD_ILBC
libcodecdescriptor_la_CXXFLAGS
+
=
-DBUILD_ILBC
libcodec_ilbc_so_SOURCES
=
ilbc.cpp
libcodec_ilbc_so_CXXFLAGS
=
-fPIC
-g
-Wall
$(
libilbc_CFLAGS
)
libcodec_ilbc_so_LDFLAGS
=
--shared
-lc
$(
libilbc_LIBS
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment