The Following User Says Thank You to vevgeniev For This Useful Post: | ||
|
2013-02-07
, 21:10
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#72
|
apt-get install autoconf2.13 hg clone http://hg.mozilla.org/releases/mozilla-release hg checkout 8cdcad2877b91a0adcb2d06241a5df6e7bd7cf6c cd mozilla-release cat > .mozconfig << EOF ac_add_options --enable-application=mobile/xul ac_add_options --disable-update-channel ac_add_options --enable-update-packaging ac_add_options --disable-tests ac_add_options --disable-debug-symbols ac_add_options --disable-elf-hack ac_add_options --enable-strip ac_add_options --enable-default-toolkit=cairo-qt ac_add_options --with-maemo-version=5 ac_add_options --enable-cpp-rtti mk_add_options PROFILE_GEN_SCRIPT=@TOPSRCDIR@/build/profile_pageloader.pl ac_add_options --enable-optimize ac_add_options --disable-debug mk_add_options MOZ_MAKE_FLAGS="-j4" mk_add_options MOZ_OBJDIR="@TOPSRCDIR@/obj-build" ac_add_options --with-arm-kuser ac_add_options --with-thumb=toolchain-default ac_add_options --with-float-abi=toolchain-default ac_add_options --with-branding=mobile/xul/branding/unofficial ac_add_options --prefix=/opt/mozilla ac_add_options --libdir=/opt/mozilla export LDFLAGS="-Wl,-z,norelro" EOF wget http://www.vladislavonline.com/data/maemo.patch hg import --no-commit maemo.patch make -f client.mk build_all
Exception: File not found: ../../media/webrtc/trunk/src/modules/modules_video_processing_sse2/libvideo_processing_sse2.a
|
2013-02-07
, 21:53
|
|
Posts: 215 |
Thanked: 448 times |
Joined on Aug 2012
@ Burgas, Bulgaria
|
#73
|
The Following 3 Users Say Thank You to tanago For This Useful Post: | ||
|
2013-02-08
, 15:24
|
Posts: 19 |
Thanked: 149 times |
Joined on Aug 2012
@ Pernik, Bulgaria
|
#74
|
But I ended with error:
Code:Exception: File not found: ../../media/webrtc/trunk/src/modules/modules_video_processing_sse2/libvideo_processing_sse2.a
The Following 2 Users Say Thank You to vevgeniev For This Useful Post: | ||
|
2013-02-11
, 11:02
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#75
|
The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
2013-02-11
, 12:13
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#76
|
The Following 3 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2013-04-15
, 10:24
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#77
|
|
2013-04-15
, 21:07
|
Posts: 34 |
Thanked: 25 times |
Joined on Mar 2013
@ GR
|
#79
|
any chance of a deb for us mere mortals? it looks like it should be able to use maemo gstreamer.
The Following User Says Thank You to NokiaN900R For This Useful Post: | ||
|
2022-09-29
, 17:22
|
Posts: 263 |
Thanked: 301 times |
Joined on Oct 2021
@ Poland
|
#80
|
The Following 4 Users Say Thank You to dredlok706 For This Useful Post: | ||
Tags |
fennec, firefox mobile |
|
Although it has one disadvantage - it does not support html5 video (the Maemo build).