Commit e205ee49 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added debug target

parent 8ec76897
......@@ -7,3 +7,14 @@ all:
cd gstreamer-1.26.2/build && ninja test
cd gstreamer-1.26.2/build && ninja install
rm -rf gstreamer-1.26.2
debug:
tar xf gstreamer-1.26.2.tar.xz
patch -Np1 -d gstreamer-1.26.2 < gstreamer-1.26.2-fix_test_timeout.patch
cd gstreamer-1.26.2 && mkdir build
cd gstreamer-1.26.2/build && meson setup --prefix=/usr --buildtype=release -D gst_debug=true
cd gstreamer-1.26.2/build && ninja
cd gstreamer-1.26.2/build && ninja test
cd gstreamer-1.26.2/build && ninja install
rm -rf gstreamer-1.26.2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment