-
```
What steps will reproduce the problem?
1. Download the naclports source files from Git into /tmp/naclports
cd /tmp
git clone https://chromimum.googlesource.com/external/naclports.git
2. De…
-
```
NACL_PACKAGES_BITSIZE=64 make clean && \
NACL_PACKAGES_BITSIZE=64 make dosbox
errors out with:
pepper_19/toolchain/linux_x86_newlib/bin/x86_64-nacl-g++ -O2 -g -o dosbox
dosbox.o cpu/libcp…
-
```
update libyuv used by chrome.
webrtc and gtp use the chrome version of libyuv now, so to update those
projects, chrome requires a roll.
It should be something like
cd d:\src\chrome\src
gclien…
-
```
http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html
http://googlesystem.blogspot.com/2013/09/chrome-to-gradually-drop-support-for.ht
ml
I guess that leaves just Firefox a…
-
```
update libyuv used by chrome.
webrtc and gtp use the chrome version of libyuv now, so to update those
projects, chrome requires a roll.
It should be something like
cd d:\src\chrome\src
gclien…
-
```
d:\src\webrtc\trunk\third_party\libyuv\source\cpu_id.cc(69) : error C3861:
'_xgetbv': identifier not found
```
Original issue reported on code.google.com by `fbarch...@google.com` on 29 Oct 2013…
-
```
This is likely due to some ppapi interface changes:
pepper.cpp:247:69: error: too few arguments to function call, expected 3, have 2
kSampleFra…
-
```
update libyuv used by chrome.
webrtc and gtp use the chrome version of libyuv now, so to update those
projects, chrome requires a roll.
It should be something like
cd d:\src\chrome\src
gclien…
-
```
What steps will reproduce the problem?
1. Run the NaCl python interactive shell (e.g.
http://commondatastorage.googleapis.com/naclports/builds/pepper_40/trunk-154-gea
cd680/publish/python/pnacl/i…
-
```
Add either libmad or libmpg123 to naclports. I prefer libmpg123.
libmad: http://www.underbit.com/products/mad/
libmpg123: http://www.mpg123.de/api/
Neither of these should require patches but I …