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