libaom: go back to building libraries however upstream decides

Presently this means static, instead of the shared we started
building after a recent change (my blame).

Darwin build breaks with this,
and it was introduced on a whim so instead of making this
platform-specific, go back to how things were previously.
This commit is contained in:
Will Dietz 2018-12-29 23:17:58 -06:00
parent d9c1dd2802
commit d349cfee88

View file

@ -14,10 +14,6 @@ stdenv.mkDerivation rec {
yasm perl cmake pkgconfig python3
];
cmakeFlags = [
"-DBUILD_SHARED_LIBS=ON"
];
preConfigure = ''
# build uses `git describe` to set the build version
cat > $NIX_BUILD_TOP/git << "EOF"