Hi,
I would like to compile a FFI program but the compiling implies compile flags like in the following :
gcc -Wall helloworld.c -o helloworld $(pkg-config --cflags --libs gstreamer-1.0)
How do I do this with FFI ?
Annick