diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-02-21 18:34:55 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-21 21:27:35 +0100 |
commit | a93d7c8da7ec93cfa94c447d3dc9c3a21469509a (patch) | |
tree | 90a2fe48d54cc2da6068aaa86c20414742fa9734 /docs/manual/adding-packages-python.txt | |
parent | 63311a52c8e8353596bc5525b6f5122271e96435 (diff) | |
download | buildroot-a93d7c8da7ec93cfa94c447d3dc9c3a21469509a.tar.gz buildroot-a93d7c8da7ec93cfa94c447d3dc9c3a21469509a.zip |
package/mediastreamer: add optional support for libvpx
When libvpx was compiled before, mediastreamer will use it as optional
dependency:
$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/lib/libmediastreamer_voip.so.3.0.0 | grep NEEDED
0x0000000000000001 (NEEDED) Shared library: [libmediastreamer_base.so.3]
0x0000000000000001 (NEEDED) Shared library: [libopus.so.0]
0x0000000000000001 (NEEDED) Shared library: [libvpx.so.2]
[...]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-python.txt')
0 files changed, 0 insertions, 0 deletions