meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
maemo:gsthello [2009/08/19 16:45] mgynthermaemo: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:  
 +<code> 
 +gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) filename.c -o filename 
 +</code>
  
 <code c> <code c>
Line 128: Line 131:
  
  
-Compiling: gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) filename.c -o filename +Compiling:  
 +<code> 
 +gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) filename.c -o filename 
 +</code>
 <code c> <code c>