Updated version, removed obsolete build instruction
This commit is contained in:
parent
fb884fc3e9
commit
8cfa5c712e
|
@ -1,4 +1,3 @@
|
|||
Package: khmedia
|
||||
|
||||
PACKAGE BUILDING:
|
||||
|
||||
|
@ -31,6 +30,3 @@ Dependent packages to need to be installed either though a debian package (recom
|
|||
./setup.py install
|
||||
in their source folder.
|
||||
|
||||
*NOTE 2:
|
||||
If you install manually, you will also need to update the gtk icon cache with the following command
|
||||
sudo gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
|
@ -1,9 +0,0 @@
|
|||
Instructions used to build noX port of glimagesink plugin:
|
||||
|
||||
Using source of gestreamer 1.10.5
|
||||
|
||||
./configure --disable-gtk-doc --disable-x11 --disable-glx --enable-egl --enable-dispmanx CFLAGS="-I/opt/vc/include/EGL -I/opt/vc/include/GLES -I/opt/vc/include/GLES2 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux" LDFLAGS="-L/opt/vc/lib" CPPFLAGS="-I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/EGL" --with-gles2-module-name=/opt/vc/lib/libbrcmGLESv2.so --with-egl-module-name=/opt/vc/lib/libbrcmEGL.so
|
||||
make
|
||||
cp ext/gl/.libs/libgstopengl.so ~/.local/share/gstreamer-1.0/plugins/libgstopengl.so
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
major=1 # Major version
|
||||
minor=2 # Minor version
|
||||
major=4 # Major version
|
||||
minor=0 # Minor version
|
||||
micro=0 # Bugfix version
|
||||
|
||||
# code to generate version string from above data
|
||||
|
|
Loading…
Reference in New Issue
Block a user