Commit 5bb880ab authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added debug target

parent 76e4131c
...@@ -7,3 +7,14 @@ all: ...@@ -7,3 +7,14 @@ all:
cd gstreamer-1.18.4/build && ninja test cd gstreamer-1.18.4/build && ninja test
cd gstreamer-1.18.4/build && ninja install cd gstreamer-1.18.4/build && ninja install
rm -rf gstreamer-1.18.4 rm -rf gstreamer-1.18.4
debug:
tar xf gstreamer-1.18.4.tar.xz
patch -Np1 -d gstreamer-1.18.4 < gstreamer-1.18.4-fix_test_timeout.patch
cd gstreamer-1.18.4 && mkdir build
cd gstreamer-1.18.4/build && meson --prefix=/usr -Dbuildtype=release -Dgst_debug=true -Dgtk_doc=disabled
cd gstreamer-1.18.4/build && ninja
cd gstreamer-1.18.4/build && ninja test
cd gstreamer-1.18.4/build && ninja install
rm -rf gstreamer-1.18.4
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