Skip to content

Commit

Permalink
don't enable rgb_lz4 if we don't have / want lz4
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@14209 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 20, 2016
1 parent 426ec6a commit 9de3eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5/js/xpra_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ XpraClient.prototype._make_hello_base = function() {
this._update_capabilities({
"lz4" : true,
"lz4.js.version" : LZ4.version,
"encoding.rgb_lz4" : true,
});
}

Expand Down Expand Up @@ -678,7 +679,6 @@ XpraClient.prototype._make_hello = function() {
// encoding stuff
"encoding.rgb24zlib" : true,
"encoding.rgb_zlib" : true,
"encoding.rgb_lz4" : true,
"windows" : true,
//partial support:
"keyboard" : true,
Expand Down

0 comments on commit 9de3eeb

Please sign in to comment.