Updating prebuilts and/or headers

f29a8e1083e2fe546c68761a196b6dfd5aed14f6 - gstegl_src/gst-egl/Makefile
f43858ce2d2f71d6de58ca59ff794fb026689a70 - gstegl_src/gst-egl/LICENSE.libgstnveglglessink
b8b167b1729c6e6d1341d9bc61689af8b1dd5064 - gstegl_src/gst-egl/gst-libs/gst/egl/egl.h
34174463c5aa7f9b7f84878cff2f38e41cce28ac - gstegl_src/gst-egl/gst-libs/gst/egl/LICENSE.libgstnvegl-1.0
1a0c41a27bfc4e15f352ceaf07a5c88dfc1924bf - gstegl_src/gst-egl/gst-libs/gst/egl/egl.c
9a83abc5044d31ea41387ac916231ec396665c34 - gstegl_src/gst-egl/pre-gen-source_64/config.h
70444c9d4bb4aa2e45c0fcf4bcd820334faaf506 - gstegl_src/gst-egl/ext/eglgles/video_platform_wrapper.c
58bcca7fbccaba6d911f18f84b8853cbe67ce7ab - gstegl_src/gst-egl/ext/eglgles/gstegladaptation.h
c0dc425a4ce56cdabf72ba965bf17b1c5c142cfb - gstegl_src/gst-egl/ext/eglgles/gsteglglessink.c
ba144260ea5c0b76692d05b4b062c1656293fba3 - gstegl_src/gst-egl/ext/eglgles/gstegljitter.h
708504be2620161f67d31223962344721fc2f8b8 - gstegl_src/gst-egl/ext/eglgles/gstegladaptation.c
dd43271cead3db0655d9aed7f066dc60d0259e8b - gstegl_src/gst-egl/ext/eglgles/video_platform_wrapper.h
a51f6031922757390f1c3ae485a2daed6ddb3ff0 - gstegl_src/gst-egl/ext/eglgles/gstegladaptation_egl.c
a420f8c656140307d3d3c614228f609b59583c05 - gstegl_src/gst-egl/ext/eglgles/gstegljitter.c
09da2dec0ce5336dddebcc69f444eeaf4fe32eba - gstegl_src/gst-egl/ext/eglgles/gsteglglessink.h

Change-Id: I6c953edfe727764ea1d293a3ce192a86799804d7
This commit is contained in:
svcmobrel-release
2024-09-27 12:48:42 -07:00
parent d28af6b787
commit 56d01884f7
20 changed files with 8554 additions and 0 deletions

43
gstegl_src/README.txt Normal file
View File

@@ -0,0 +1,43 @@
This package contains the code for libgstnvegl-1.0.so library
DEPENDENCIES:
------------
(1) EGL
(2) OPENGLES2
(3) Gstreamer >= 1.2.3
(4) X11, Xext
The above target machine dependencies can be obtained from any standard
distribution (like https://launchpad.net/ubuntu) or can be self-built.
Above required packages can also be installed using the following command:
sudo apt-get install \
autoconf \
automake \
autopoint \
autotools-dev \
gtk-doc-tools \
libegl1-mesa-dev \
libgles2-mesa-dev \
libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev \
libgtk2.0-dev \
libtool \
libx11-dev \
libxext-dev \
pkg-config
This package was built against the (above) libs present in Ubuntu 16.04.
INSTALLATION:
-------------
1) Untar the package and enter the dir
2) ./autogen.sh
3) ./configure
4) make
5) sudo make install
Note:
Pass the appropriate flags and toolchain path to "configure" for tha ARM build.