]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/gstreamer/plugins/fft/ffi/ffi.factor
77fd0e3d125979c9d1345d1cf1eff7711641bbe3
[factor.git] / unmaintained / gstreamer / plugins / fft / 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 gstreamer.ffi ;
6 IN: gstreamer.fft.ffi
7
8 <<
9 "gstreamer.fft" {
10     { [ os winnt? ] [ drop ] }
11     { [ os macosx? ] [ drop ] }
12     { [ os unix? ] [ "libgstfft-0.10.so" cdecl add-library ] }
13 } cond
14 >>
15
16 GIR: vocab:gstreamer/fft/GstFft-0.10.gir
17