diff options
author | Sven Gothel <[email protected]> | 2020-01-03 02:32:31 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-03 02:32:31 +0100 |
commit | 2be7001101dbb16e5264c9c38b9764ba1e39ab5c (patch) | |
tree | 0659fafd9d633c9ffdefff10038517b800dd7f3b /src/nativewindow | |
parent | cb092e517461b3047c966c38e92668010a3b7ef6 (diff) |
Bug 1420: Add FFMpeg 4.* versioned lib-names and provide optional internal lib lookup
New property 'jogl.ffmpeg.lib' may be set to 'internal',
setting PREFER_SYSTEM_LIBS:=false (default it true)
Non system internal libraries are named 'internal_<basename>',
e.g. 'internal_avutil'.
System default libraries are named '<basename>',
e.g. 'avutil'.
If PREFER_SYSTEM_LIBS is true (default),
we lookup the default library first,
then the versioned library names and last the internal library.
If PREFER_SYSTEM_LIBS is false,
we lookup the internal library first,
then the versioned library names and last the default library.
Diffstat (limited to 'src/nativewindow')
0 files changed, 0 insertions, 0 deletions