shithub: openh264

Download patch

ref: aa78f205d678a6d92e33545a17608d270f524eda
parent: a8d125f52e47354a42568fc4c3cb2453010ea903
author: Martin Storsjö <martin@martin.st>
date: Sat Dec 14 08:15:58 EST 2013

Avoid all calls to libdl (or equivalent) if NO_DYNAMIC_VP is defined

The same ifdefs are already used in the corresponding constructors,
so this just avoids a runtime/link time library dependency which
is practically unused in this build setup.