Use automake to install dependency libraries
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 11 May 2017 17:31:50 +0000 (13:31 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 11 May 2017 17:31:50 +0000 (13:31 -0400)
commitde60c46e30c9bcfe7ca6b0c3ea1f1ceabb66b4a6
tree8d9ebb292974e27d8b034177e84b327fb1ddf701
parent0b48f0e3fdc5c5fe8530345b165e7cd0aecb2b5b
Use automake to install dependency libraries

The install line was using -t parameter which is not supported on OSX.
Instead, use automake DATA installation mechanism, this way we rely on
automake to generate portable scripts.
ext/libav/Makefile.am