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