shithub: openh264

Download patch

ref: f08271e52ff1cf39d6b80839af4f14f38573f6df
parent: 0bad08f961eadf5e7327fa2e9b257519032c96aa
author: Ethan Hugg <ehugg@cisco.com>
date: Fri Jan 10 06:31:27 EST 2014

Travis - query version of libcrypto

--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,8 @@
   - sudo apt-get update -qq
   - sudo apt-get install -qq nasm g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev
 #link libcrypto for 32bit
-  - sudo ln -s /lib/i386-linux-gnu/libcrypto.so.1.0.0 /lib/i386-linux-gnu/libcrypto.so
+  - ls -l /lib/i386-linux-gnu/libcrypto*
+  - sudo ln -s /lib/i386-linux-gnu/libcrypto.so.0.9.8 /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