Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
fd265746
Commit
fd265746
authored
Sep 08, 2011
by
Mohamed Naufal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix regular build
parent
84f26f52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
build.sh
build.sh
+1
-1
configure
configure
+5
-5
No files found.
build.sh
View file @
fd265746
...
...
@@ -18,7 +18,7 @@ mkdir -p ../build/libav
DEST
=
../build/libav
FLAGS
=
"--target-os=linux --cross-prefix=arm-linux-androideabi- --arch=arm --cpu=armv7-a"
FLAGS
=
"
$FLAGS
--sysroot=
$SYSROOT
"
FLAGS
=
"
$FLAGS
--disable-avdevice --disable-decoder=h264 --disable-decoder=h264_vdpau --enable-libstagefright"
FLAGS
=
"
$FLAGS
--disable-avdevice --disable-decoder=h264 --disable-decoder=h264_vdpau --enable-libstagefright
-h264
"
EXTRA_CFLAGS
=
"-I
$ANDROID_SOURCE
/frameworks/base/include -I
$ANDROID_SOURCE
/system/core/include"
EXTRA_CFLAGS
=
"
$EXTRA_CFLAGS
-I
$ANDROID_SOURCE
/frameworks/base/media/libstagefright"
...
...
configure
View file @
fd265746
...
...
@@ -178,7 +178,7 @@ External library support:
--enable-librtmp enable RTMP[E] support via librtmp [no]
--enable-libschroedinger enable Dirac support via libschroedinger [no]
--enable-libspeex enable Speex decoding via libspeex [no]
--enable-libstagefright enable H.264 decoding via libstagefright [no]
--enable-libstagefright
-h264
enable H.264 decoding via libstagefright [no]
--enable-libtheora enable Theora encoding via libtheora [no]
--enable-libvo-aacenc enable AAC encoding via libvo-aacenc [no]
--enable-libvo-amrwbenc enable AMR-WB encoding via libvo-amrwbenc [no]
...
...
@@ -1000,7 +1000,7 @@ CONFIG_LIST="
librtmp
libschroedinger
libspeex
libstagefright
libstagefright
_h264
libtheora
libvo_aacenc
libvo_amrwbenc
...
...
@@ -1465,7 +1465,7 @@ libopenjpeg_decoder_deps="libopenjpeg"
libschroedinger_decoder_deps
=
"libschroedinger"
libschroedinger_encoder_deps
=
"libschroedinger"
libspeex_decoder_deps
=
"libspeex"
libstagefright_
decoder_deps
=
"libstagefright
"
libstagefright_
h264_decoder_deps
=
"libstagefright_h264
"
libtheora_encoder_deps
=
"libtheora"
libvo_aacenc_encoder_deps
=
"libvo_aacenc"
libvo_amrwbenc_encoder_deps
=
"libvo_amrwbenc"
...
...
@@ -2949,7 +2949,7 @@ enabled libopenjpeg && require libopenjpeg openjpeg.h opj_version -lopenjpeg
enabled librtmp
&&
require_pkg_config librtmp librtmp/rtmp.h RTMP_Socket
enabled libschroedinger
&&
require_pkg_config schroedinger-1.0 schroedinger/schro.h schro_init
enabled libspeex
&&
require libspeex speex/speex.h speex_decoder_init
-lspeex
enabled libstagefright
&&
require_cpp libstagefright
"binder/ProcessState.h media/stagefright/MetaData.h
enabled libstagefright
_h264
&&
require_cpp libstagefright_h264
"binder/ProcessState.h media/stagefright/MetaData.h
media/stagefright/MediaBufferGroup.h media/stagefright/MediaDebug.h media/stagefright/MediaDefs.h
media/stagefright/OMXClient.h media/stagefright/OMXCodec.h"
android::OMXClient
-lstagefright
-lmedia
-lutils
-lbinder
enabled libtheora
&&
require libtheora theora/theoraenc.h th_info_init
-ltheoraenc
-ltheoradec
-logg
...
...
@@ -3232,7 +3232,7 @@ echo "libopenjpeg enabled ${libopenjpeg-no}"
echo
"librtmp enabled
${
librtmp
-no
}
"
echo
"libschroedinger enabled
${
libschroedinger
-no
}
"
echo
"libspeex enabled
${
libspeex
-no
}
"
echo
"libstagefright
enabled
${
libstagefright
-no
}
"
echo
"libstagefright
-h264 enabled
${
libstagefright_h264
-no
}
"
echo
"libtheora enabled
${
libtheora
-no
}
"
echo
"libvo-aacenc support
${
libvo_aacenc
-no
}
"
echo
"libvo-amrwbenc support
${
libvo_amrwbenc
-no
}
"
...
...
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