Files
gst-egl/gstegl_src
svcmobrel-release fd08a010f5 Updating prebuilts and/or headers
f29a8e1083e2fe546c68761a196b6dfd5aed14f6 - gstegl_src/gst-egl/Makefile
f43858ce2d2f71d6de58ca59ff794fb026689a70 - gstegl_src/gst-egl/LICENSE.libgstnveglglessink
9a83abc5044d31ea41387ac916231ec396665c34 - gstegl_src/gst-egl/pre-gen-source_64/config.h
80aab315fad96b237fea7b282e365b90e5185c7f - gstegl_src/gst-egl/ext/eglgles/gsteglglessink.c
a420f8c656140307d3d3c614228f609b59583c05 - gstegl_src/gst-egl/ext/eglgles/gstegljitter.c
d2f766addf49a14de24d217ca94c2698410b61c7 - gstegl_src/gst-egl/ext/eglgles/video_platform_wrapper.c
d9dfce72961be361634bdfcccd2f469d9212f46b - gstegl_src/gst-egl/ext/eglgles/gstegladaptation_egl.c
08e9b3d774d0a93abf96dd711ce8d1c412af6373 - gstegl_src/gst-egl/ext/eglgles/gstegladaptation.c
8149c234efce25ef230ab00a9d6ba141678575c9 - gstegl_src/gst-egl/ext/eglgles/video_platform_wrapper.h
2f6a0cf628d0c2a2748f9b23cc486b26b067549a - gstegl_src/gst-egl/ext/eglgles/gstegladaptation.h
948247d93a3b7bd800d3601ce6648cd508792054 - gstegl_src/gst-egl/ext/eglgles/gsteglglessink.h
ba144260ea5c0b76692d05b4b062c1656293fba3 - gstegl_src/gst-egl/ext/eglgles/gstegljitter.h
34174463c5aa7f9b7f84878cff2f38e41cce28ac - gstegl_src/gst-egl/gst-libs/gst/egl/LICENSE.libgstnvegl-1.0
b8b167b1729c6e6d1341d9bc61689af8b1dd5064 - gstegl_src/gst-egl/gst-libs/gst/egl/egl.h
1a0c41a27bfc4e15f352ceaf07a5c88dfc1924bf - gstegl_src/gst-egl/gst-libs/gst/egl/egl.c

Change-Id: I45455c0e95cea243811dfb7f82353595d7368f17
2023-12-05 20:47:44 -08:00
..
2023-12-05 20:47:44 -08:00
2023-12-05 20:47:44 -08:00

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.