diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-19 10:36:43 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-19 10:36:43 -0500 |
commit | be603b90bdbaa2cbe02006072448fe41fc235840 (patch) | |
tree | 09879cbed4e966224825762ccff3634710823ef4 | |
parent | 11b41dde81cf4c4234a44f582a7a340f6246a46f (diff) | |
download | html5ks-be603b90bdbaa2cbe02006072448fe41fc235840.tar.xz html5ks-be603b90bdbaa2cbe02006072448fe41fc235840.zip |
265 -> 264
-rwxr-xr-x | .travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ case "$1" in install) MAKEOPTS="-j`nproc`" - sudo apt-get install -q libssl-dev libtheora-dev libvpx-dev libx265-dev yasm zlib1g-dev + sudo apt-get install -q libssl-dev libtheora-dev libvpx-dev libx264-dev yasm zlib1g-dev cd node-v* ./configure --openssl-use-sys --shared-zlib |