meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| maemo:gsthello [2009/08/19 16:45] – mgynther | maemo:gsthello [2009/08/21 11:36] (current) – kallonen | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| - | Compiling: gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) filename.c -o filename | + | Compiling: |
| + | < | ||
| + | gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) filename.c -o filename | ||
| + | </ | ||
| <code c> | <code c> | ||
| Line 128: | Line 131: | ||
| - | Compiling: gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) filename.c -o filename | + | Compiling: |
| + | < | ||
| + | gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) filename.c -o filename | ||
| + | </ | ||
| <code c> | <code c> | ||