diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-13 09:51:12 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-11-13 09:51:12 +0100 |
| commit | a77f8bf2032db810b261b1b7df46662de777dfa4 (patch) | |
| tree | 16e8212993449b3a620dd1a18953376ba7455816 /src/library_list.h | |
| parent | efc7877ffde9f82536dd62e34aeffd918fcacdbb (diff) | |
| download | box64-a77f8bf2032db810b261b1b7df46662de777dfa4.tar.gz box64-a77f8bf2032db810b261b1b7df46662de777dfa4.zip | |
Added wrapped libgstgl-1.0 with a few functions
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index 991c5bb7..1680d3b1 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -189,6 +189,7 @@ GO("libFAudio.so.0", faudio) GO("libgstapp-1.0.so.0", gstapp) GO("libgstaudio-1.0.so.0", gstaudio) GO("libgstbase-1.0.so.0", gstbase) +GO("libgstgl-1.0.so.0", gstgl) GO("libgstreamer-1.0.so.0", gstreamer) GO("libgsttag-1.0.so.0", gsttag) GO("libgstvideo-1.0.so.0", gstvideo) |