summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorP H <philipp.hottinger@posteo.de>2021-02-24 08:53:31 +0000
committerP H <philipp.hottinger@posteo.de>2021-02-24 08:53:31 +0000
commitd41dea6f62b8a43af0db8c6486fc67dae2db219f (patch)
treea82e778b6b01c34068cfc4b47aef5cd18f0dd9b8
parentceebdeba410dad25ce5c4f527cfc30fdf6446d49 (diff)
Update toolkit-integration.md for typo in compile command
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/143>
-rw-r--r--markdown/tutorials/basic/toolkit-integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/tutorials/basic/toolkit-integration.md b/markdown/tutorials/basic/toolkit-integration.md
index 1ef5d2f..f97c796 100644
--- a/markdown/tutorials/basic/toolkit-integration.md
+++ b/markdown/tutorials/basic/toolkit-integration.md
@@ -462,7 +462,7 @@ int main(int argc, char *argv[]) {
>
> If you need help to compile this code, refer to the **Building the tutorials** section for your platform: [Linux](installing/on-linux.md#InstallingonLinux-Build), [Mac OS X](installing/on-mac-osx.md#InstallingonMacOSX-Build) or [Windows](installing/on-windows.md#InstallingonWindows-Build), or use this specific command on Linux:
>
-> ``gcc basic-tutorial-5.c -o basic-tutorial-5 `pkg-config --cflags --libs gstreamer-video-1.0 gtk+-3.0 gstreamer-1.0``
+> ``gcc basic-tutorial-5.c -o basic-tutorial-5 `pkg-config --cflags --libs gstreamer-video-1.0 gtk+-3.0 gstreamer-1.0` ``
>
>If you need help to run this code, refer to the **Running the tutorials** section for your platform: [Linux](installing/on-linux.md#InstallingonLinux-Run), [Mac OS X](installing/on-mac-osx.md#InstallingonMacOSX-Run) or [Windows](installing/on-windows.md#InstallingonWindows-Run).
>