diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-11-10 01:59:38 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-11-10 01:59:38 (GMT) |
commit | b822cdf0054c525d52ae4e42556eef5a7b1d8436 (patch) | |
tree | 47da1bfc5aaff9165f88cd987e7d6fb739631ea6 /index.html | |
parent | c47f22edffe45c42e99744d3365281b616550e5c (diff) | |
parent | e0945713fe05421543d445ba290b4b0b896587a3 (diff) | |
download | mxe-b822cdf0054c525d52ae4e42556eef5a7b1d8436.zip mxe-b822cdf0054c525d52ae4e42556eef5a7b1d8436.tar.gz mxe-b822cdf0054c525d52ae4e42556eef5a7b1d8436.tar.bz2 |
Merge pull request #813 from LuaAndC/upx
add packages lzma and upx
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1859,6 +1859,10 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre> <td class="website"><a href="http://luajit.org/luajit.html">LuaJIT</a></td> </tr> <tr> + <td class="package">lzma</td> + <td class="website"><a href="http://www.7-zip.org/sdk.html">LZMA SDK</a></td> + </tr> + <tr> <td class="package">lzo</td> <td class="website"><a href="http://www.oberhumer.com/opensource/lzo/">lzo</a></td> </tr> @@ -2447,14 +2451,18 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre> <td class="website"><a href="http://www.twolame.org/">TwoLAME</a></td> </tr> <tr> - <td class="package">ucl</td> - <td class="website"><a href="http://www.oberhumer.com/opensource/ucl/">UCL</a></td> + <td class="package">ucl</td> + <td class="website"><a href="http://www.oberhumer.com/opensource/ucl/">UCL</a></td> </tr> <tr> <td class="package">unrtf</td> <td class="website"><a href="https://www.gnu.org/software/unrtf/">unRTF</a></td> </tr> <tr> + <td class="package">upx</td> + <td class="website"><a href="http://upx.sourceforge.net/">UPX</a></td> + </tr> + <tr> <td class="package">vamp-plugin-sdk</td> <td class="website"><a href="http://vamp-plugins.org/">Vamp Plugins SDK</a></td> </tr> |