I'm looking into gyp & gypi files in chromium. What's the role of cflags
and ldflags
?
What does below code mean?
'cflags': '<!@(<(pkg-config) --cflags gstreamer-0.10)',
'ldflags': '<!@(<(pkg-config) --libs-only-L --libs-only-other gstreamer-0.10)',