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 revision Previous 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:  
 +<code> 
 +gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) filename.c -o filename 
 +</code>
  
 <code c> <code c>