]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/gstreamer/plugins/sdp/ffi/ffi.factor
f023bb271c1d59c724f5e435d62aae18de6286dc
[factor.git] / unmaintained / gstreamer / plugins / sdp / ffi / ffi.factor
1 ! Copyright (C) 2010 Anton Gorenko.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: alien alien.libraries combinators kernel system
4 gobject-introspection glib.ffi ;
5 IN: gstreamer.sdp.ffi
6
7 <<
8 "gstreamer.sdp" {
9     { [ os winnt? ] [ drop ] }
10     { [ os macosx? ] [ drop ] }
11     { [ os unix? ] [ "libgstsdp-0.10.so" cdecl add-library ] }
12 } cond
13 >>
14
15 GIR: vocab:gstreamer/sdp/GstSdp-0.10.gir
16