]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/gstreamer/plugins/video/ffi/ffi.factor
474c48b0b3442ed130fc28d86bc494960694db5a
[factor.git] / unmaintained / gstreamer / plugins / video / 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 gobject.ffi gstreamer.ffi ;
6 IN: gstreamer.video.ffi
7
8 <<
9 "gstreamer.video" {
10     { [ os winnt? ] [ drop ] }
11     { [ os macosx? ] [ drop ] }
12     { [ os unix? ] [ "libgstvideo-0.10.so" cdecl add-library ] }
13 } cond
14 >>
15
16 IMPLEMENT-STRUCTS: GstVideoRectangle ;
17
18 GIR: vocab:gstreamer/video/GstVideo-0.10.gir
19