projects:isdn:root

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:isdn:root [2020/07/22 10:47] – [build gst-instruments] derpeterprojects:isdn:root [2020/07/25 12:42] – added missing 'cd command' pat
Line 33: Line 33:
 sudo apt install meson ninja-build sudo apt install meson ninja-build
 git clone https://github.com/GStreamer/gst-plugins-bad.git git clone https://github.com/GStreamer/gst-plugins-bad.git
 +cd gst-plugins-bad
 git checkout -b 1.14.5 1.14.5 git checkout -b 1.14.5 1.14.5
 meson -Dauto_features=disabled -Dsrtsink=enabled build meson -Dauto_features=disabled -Dsrtsink=enabled build
Line 53: Line 54:
 * based  on https://gist.github.com/jjangsangy/058456fe2d04e3c5f6107d62b60542e3 * based  on https://gist.github.com/jjangsangy/058456fe2d04e3c5f6107d62b60542e3
 make sure du build libs not part of raspbian according to the gist above or remove them from configure. make sure du build libs not part of raspbian according to the gist above or remove them from configure.
 +
 <code> <code>
-./configure --extra-ldflags="-latomic" --extra-cflags="-I/usr/local/include" --extra-ldflags="-L/usr/local/lib" --extra-libs="-lpthread -lm" --arch=armhf --enable-gmp --enable-gpl --enable-libass --enable-libdav1d --enable-libdrm --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libssh --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-mmal --enable-nonfree --enable-omx  --enable-omx-rpi --enable-version3  --target-os=linux --enable-pthreads --enable-openssl --enable-hardcoded-tables --enable-libsrt --enable-libv4l2+sudo apt install libv4l2-dev 
 +./configure --extra-ldflags="-latomic" --extra-cflags="-I/usr/local/include" --extra-ldflags="-L/usr/local/lib" --extra-libs="-lpthread -lm" --enable-gmp --enable-gpl --enable-libass --enable-libdav1d --enable-libdrm --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libssh --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-mmal --enable-nonfree --enable-omx  --enable-omx-rpi --enable-version3  --target-os=linux --enable-pthreads --enable-openssl --enable-hardcoded-tables --enable-libsrt --enable-libv4l2
 </code> </code>
  • projects/isdn/root.txt
  • Last modified: 2020/07/25 12:49
  • by pat