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