shithub: openh264

Download patch

ref: 13db1b4ca158e35a2a0b9728e8d72c23a740e594
parent: d2ff2b6554e099bc0c1694c1d4804720ca6351a3
author: Ethan Hugg <[email protected]>
date: Thu Jan 9 04:39:42 EST 2014

Remove gcc in order to build for libssl 32bit

--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
 language: cpp
 compiler:
-  - gcc
   - clang
 branches:
   except:
@@ -9,5 +8,7 @@
  - sudo apt-get update -qq
  - sudo apt-get install -qq nasm g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev
 install: make gtest-bootstrap
+# libssl is not multiarch so we are building 64bit
+# and then installing the 32bit version
 script: make ENABLE64BIT=Yes && make test && make clean && make ENABLE64BIT=Yes BUILDTYPE=Release && make test && sudo apt-get install -qq libssl-dev:i386 && make clean && make && make test && make BUILDTYPE=Release clean && make BUILDTYPE=Release && make test