factor/extra/gstreamer/controller/ffi/ffi.factor

23 lines
519 B
Factor
Raw Normal View History

2010-07-23 13:17:07 -04:00
! Copyright (C) 2010 Anton Gorenko.
! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.libraries alien.syntax combinators
gobject-introspection kernel system vocabs.loader ;
2010-07-23 13:17:07 -04:00
IN: gstreamer.controller.ffi
<<
"gstreamer.ffi" require
>>
LIBRARY: gstreamer.controller
2010-07-23 13:17:07 -04:00
<<
"gstreamer.controller" {
{ [ os winnt? ] [ drop ] }
{ [ os macosx? ] [ drop ] }
{ [ os unix? ] [ "libgstcontroller-0.10.so" cdecl add-library ] }
} cond
>>
GIR: vocab:gstreamer/controller/GstController-0.10.gir