Skip to content

Instantly share code, notes, and snippets.

@ferjm
Last active September 27, 2018 18:17
Show Gist options
  • Save ferjm/7c012c52cca041b1ae86c085f72d89c9 to your computer and use it in GitHub Desktop.
Save ferjm/7c012c52cca041b1ae86c085f72d89c9 to your computer and use it in GitHub Desktop.
export LDFLAGS="$LDFLAGS -Wl,-Bsymbolic" (from https://ffmpeg.org/platform.html#toc-Advanced-linking-configuration)
pyenv shell 3.5.0
../meson/meson.py build --prefix=/root/gstreamer
../../meson/meson.py configure -Ddisable_gst_plugins_ugly=true -Ddisable_introspection=true -Ddisable_gst_devtools=true -Ddisable_gst_editing_services=true -Ddisable_rtsp_server=true -Ddisable_gst_omx=true -Ddisable_gstreamer_vaapi=true -Ddisable_gstreamer_sharp=true
ninja -C build
ninja -C build install
=======
cd /root/gstreamer
GST_PLUGIN_SYSTEM_PATH=/root/gstreamer/lib/x86_64-linux-gnu/gstreamer-1.0 GST_PLUGIN_SCANNER=/root/gstreamer/libexec/gstreamer-1.0/gst-plugin-scanner LD_LIBRARY_PATH=/root/gstreamer/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH ./bin/gst-inspect-1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment