Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
130
Issues
130
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
4503d938
Commit
4503d938
authored
Apr 03, 2015
by
Adrien Béraud
Committed by
Gerrit Code Review
Apr 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: fix android libav deps
Refs #70083 Change-Id: Iba3305ee2e4dc634c6879db7e92ed9dd484a9336
parent
992e1faa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
contrib/src/libav/rules.mak
contrib/src/libav/rules.mak
+11
-9
No files found.
contrib/src/libav/rules.mak
View file @
4503d938
...
...
@@ -28,15 +28,13 @@ LIBAVCONF += \
--enable-parser
=
h263
\
--enable-parser
=
h264
\
--enable-parser
=
mpeg4video
\
--enable-parser
=
opus
\
--enable-parser
=
vp8
--enable-parser
=
opus
#librairies
LIBAVCONF
+=
\
--enable-libx264
\
--enable-libopus
\
--enable-libspeex
\
--enable-libvpx
--enable-libspeex
#encoders/decoders
LIBAVCONF
+=
\
...
...
@@ -54,20 +52,24 @@ LIBAVCONF += \
--enable-decoder
=
libopus
\
--enable-encoder
=
mpeg4
\
--enable-decoder
=
mpeg4
\
--enable-encoder
=
libvpx_vp8
\
--enable-decoder
=
vp8
\
--enable-encoder
=
h263
\
--enable-decoder
=
h263
\
--enable-encoder
=
libspeex
\
--enable-decoder
=
libspeex
# Linux
if
def
HAVE_LINUX
if
ndef
HAVE_ANDROID
LIBAVCONF
+=
\
--enable-x11grab
--enable-parser
=
vp8
\
--enable-libvpx
\
--enable-encoder
=
libvpx_vp8
\
--enable-decoder
=
vp8
endif
DEPS_libav
=
zlib x264 vpx
$(DEPS_vpx)
DEPS_libav
=
zlib x264 opus speex
ifndef
HAVE_ANDROID
DEPS_libav
+=
vpx
$(DEPS_vpx)
endif
ifdef
HAVE_CROSS_COMPILE
LIBAVCONF
+=
--enable-cross-compile
...
...
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