shithub: openh264

Download patch

ref: 92e48ba2dfef47ee79f49d0e6f99a8de6b0a9f5d
parent: 0f4bfd18add1927f7162d00fd53fe95c030f1006
author: Ethan Hugg <[email protected]>
date: Fri Jan 10 08:03:46 EST 2014

Remove debugging - these patches will run Travis much faster.

--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@
   - sudo apt-get update -qq
   - sudo apt-get install -qq nasm g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev libssl1.0.0:i386
 #link libcrypto for 32bit
-  - find /lib -name 'libcrypto*'
   - sudo ln -s /lib/i386-linux-gnu/libcrypto.so.1.0.0 /lib/i386-linux-gnu/libcrypto.so
 install: make gtest-bootstrap
 script: make -B ENABLE64BIT=Yes && make test && make -B ENABLE64BIT=Yes BUILDTYPE=Release && make test && make -B && make test && make -B BUILDTYPE=Release && make test