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