termux-packages/packages/play-audio
Fredrik Fornwall 433f51009f play-audio: Fix shared library clash
The play-audio binary links to libOpenSLES, which links indirectly
to libskia. As libskia links to both libpng and libjpeg this means
problems if either of those libraries are installed from a Termux
package into LD_LIBRARY_PATH.

Avoid this by placing the play-audio binary into libexec/, and let
bin/play-audio be a wrapper script which resets LD_LIBRARY_PATH
before calling the binary in libexec/. Fixes #103.
2015-12-22 17:34:50 -05:00
..
build.sh play-audio: Fix shared library clash 2015-12-22 17:34:50 -05:00
play-audio.1 Update play-audio to 0.2 2015-08-02 08:49:24 -04:00
play-audio.cpp Update play-audio to 0.2 2015-08-02 08:49:24 -04:00