Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
a52424ae
Commit
a52424ae
authored
May 09, 2018
by
Adrien Béraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: don't build x264 on Android
Change-Id: Ie1c2699f547c78a8c1840ee48f23668848cd13b8
parent
020fffd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
contrib/src/ffmpeg/rules.mak
contrib/src/ffmpeg/rules.mak
+2
-1
No files found.
contrib/src/ffmpeg/rules.mak
View file @
a52424ae
...
...
@@ -7,7 +7,7 @@ ifeq ($(call need_pkg,"libavutil >= 55.75.100 libavcodec >= 57.106.101 libavform
PKGS_FOUND
+=
ffmpeg
endif
DEPS_ffmpeg
=
iconv zlib
x264
vpx opus speex
DEPS_ffmpeg
=
iconv zlib vpx opus speex
FFMPEGCONF
=
\
--cc
=
"
$(CC)
"
\
...
...
@@ -129,6 +129,7 @@ endif
ifndef
HAVE_ANDROID
FFMPEGCONF
+=
--enable-libx264
DEPS_ffmpeg
+=
x264
endif
ifdef
HAVE_MACOSX
...
...
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