]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/gstreamer/plugins/netbuffer/ffi/ffi.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / gstreamer / plugins / netbuffer / 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 ;
5 IN: gstreamer.netbuffer.ffi
6
7 <<
8 "gstreamer.netbuffer" {
9     { [ os winnt? ] [ drop ] }
10     { [ os macosx? ] [ drop ] }
11     { [ os unix? ] [ "libgstnetbuffer-0.10.so" cdecl add-library ] }
12 } cond
13 >>
14
15 GIR: vocab:gstreamer/netbuffer/GstNetbuffer-0.10.gir
16