meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| maemo:gsthello [2009/08/21 11:34] – kallonen | 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> | ||