Fix up last commit properly
authorSebastian Dröge <sebastian@centricular.com>
Mon, 28 Aug 2017 16:08:33 +0000 (19:08 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 28 Aug 2017 16:08:33 +0000 (19:08 +0300)
markdown/tutorials/basic/short-cutting-the-pipeline.md

index b9aa521..b15fdf3 100644 (file)
@@ -334,9 +334,6 @@ int main(int argc, char *argv[]) {
 >
 > `` gcc basic-tutorial-8.c -o basic-tutorial-8 `pkg-config --cflags --libs gstreamer-1.0 gstreamer-audio-1.0` ``
 >
-> or
-> `` gcc basic-tutorial-8.c -o basic-tutorial-8 `pkg-config --cflags --libs gstreamer-1.0 gstreamer-audio-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).
 >
 > This tutorial plays an audible tone for varying frequency through the audio card and opens a window with a waveform representation of the tone. The waveform should be a sinusoid, but due to the refreshing of the window might not appear so.