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
c3c15164
Commit
c3c15164
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
build: link/include with ffmpeg
Gitlab:
#54
Change-Id: Ieedfde12a0c9602f8ce664ef99b7205e9899751a
parent
9f285534
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
src/Makefile.am
+15
-1
15 additions, 1 deletion
src/Makefile.am
src/media/Makefile.am
+0
-10
0 additions, 10 deletions
src/media/Makefile.am
with
16 additions
and
12 deletions
configure.ac
+
1
−
1
View file @
c3c15164
...
...
@@ -89,7 +89,7 @@ case "${host_os}" in
CPPFLAGS+="-D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__USE_MINGW_ANSI_STDIO=1"
LDFLAGS+="-Wl,--nxcompat -Wl,--dynamicbase"
LIBS+=" -lws2_32"
LIBS+=" -lws2_32
-lwsock32 -lshlwapi
"
ac_default_prefix="`pwd`/_win32"
DESTDIR="`pwd`/_win32/"
AC_SUBST(WINDOWS_ARCH)
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
15
−
1
View file @
c3c15164
...
...
@@ -60,6 +60,13 @@ libring_la_LDFLAGS = \
@ZLIB_LIBS@
\
@LIBSSL_LIBS@
\
@LIBCRYPTO_LIBS@
\
@LIBAVCODEC_LIBS@
\
@LIBAVFORMAT_LIBS@
\
@LIBAVDEVICE_LIBS@
\
@LIBAVFILTER_LIBS@
\
@LIBSWRESAMPLE_LIBS@
\
@LIBSWSCALE_LIBS@
\
@LIBAVUTIL_LIBS@
\
@LIBS@
if
HAVE_WIN32
...
...
@@ -79,7 +86,14 @@ libring_la_CFLAGS = \
@SPEEXDSP_CFLAGS@
\
@PORTAUDIO_CFLAGS@
\
@GNUTLS_CFLAGS@
\
@OPENDHT_CFLAGS@
@OPENDHT_CFLAGS@
\
@LIBAVCODEC_CFLAGS@
@LIBAVFORMAT_CFLAGS@
\
@LIBAVUTIL_CFLAGS@
\
@LIBAVDEVICE_CFLAGS@
\
@LIBAVFILTER_CFLAGS@
\
@LIBSWRESAMPLE_CFLAGS@
\
@LIBSWSCALE_CFLAGS@
libring_la_CXXFLAGS
=
@JSONCPP_CFLAGS@
...
...
This diff is collapsed.
Click to expand it.
src/media/Makefile.am
+
0
−
10
View file @
c3c15164
...
...
@@ -54,13 +54,3 @@ if ENABLE_VIDEO
libmedia_la_libADD
=
\
./video/libvideo.la
endif
libmedia_la_LDFLAGS
=
@LIBAVCODEC_LIBS@ @LIBAVFORMAT_LIBS@ @LIBAVDEVICE_LIBS@ @LIBAVFILTER_LIBS@ @LIBSWRESAMPLE_LIBS@ @LIBSWSCALE_LIBS@ @LIBAVUTIL_LIBS@
if
HAVE_WIN32
libmedia_la_LDFLAGS
+=
-lws2_32
-lwsock32
-lshlwapi
endif
AM_CFLAGS
=
@LIBAVCODEC_CFLAGS@ @LIBAVFORMAT_CFLAGS@ @LIBAVDEVICE_CFLAGS@ @LIBAVFILTER_CFLAGS@ @LIBSWRESAMPLE_CFLAGS@ @LIBSWSCALE_CFLAGS@
AM_CXXFLAGS
=
@LIBAVCODEC_CFLAGS@ @LIBAVFORMAT_CFLAGS@ @LIBAVDEVICE_CFLAGS@ @LIBAVFILTER_CFLAGS@ @LIBSWRESAMPLE_CFLAGS@ @LIBSWSCALE_CFLAGS@
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