! Copyright (C) 2010 Anton Gorenko. ! See http://factorcode.org/license.txt for BSD license. USING: alien alien.c-types alien.libraries alien.syntax combinators gobject-introspection kernel system vocabs ; IN: gstreamer.ffi << "glib.ffi" require "gobject.ffi" require "gmodule.ffi" require >> LIBRARY: gstreamer << "gstreamer" { { [ os windows? ] [ drop ] } { [ os macosx? ] [ drop ] } { [ os unix? ] [ "libgstreamer-0.10.so" cdecl add-library ] } } cond >> GIR: Gst-0.10.gir