bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

x264 is now an nexe instead of a .a static library. #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using pepper_canary, running ./make_all.sh x264 generates x264.nexe files 
rather than libx264.a static libraries. I can't link this binary into my 
application any more.

Likely culprit: 
https://chromium.googlesource.com/external/naclports/+/8e5067c57f1841e66fc40c162
e19450062d12c55

Original issue reported on code.google.com by jerem...@gmail.com on 21 Sep 2014 at 8:03

GoogleCodeExporter commented 9 years ago
This was fixed here: https://codereview.chromium.org/590233002

Original comment by sbc@google.com on 29 Sep 2014 at 11:01