mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
make thunderbird instructions work in all shells
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15875 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
0d9647c160
commit
b42ddf4857
@ -248,11 +248,11 @@ test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozcon
|
||||
|
||||
<para>Fix some code when building with libvpx-1.4.0 and later:</para>
|
||||
|
||||
<screen><userinput>pushd mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8 &&
|
||||
<screen><userinput>cd mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8 &&
|
||||
sed -e 's/IMG_FMT_I420/VPX_&/' \
|
||||
-e 's/\[PLANE_/\[VPX_PLANE_/' \
|
||||
-i vp8_impl.cc &&
|
||||
popd</userinput></screen>
|
||||
cd -</userinput></screen>
|
||||
|
||||
<para>
|
||||
Compile <application>Thunderbird</application> by issuing the following
|
||||
|
Loading…
Reference in New Issue
Block a user