factor/extra/gstreamer/net/ffi/ffi.factor

23 lines
477 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.net.ffi
<<
"gstreamer.ffi" require
>>
LIBRARY: gstreamer.net
2010-07-23 13:17:07 -04:00
<<
"gstreamer.net" {
{ [ os winnt? ] [ drop ] }
{ [ os macosx? ] [ drop ] }
{ [ os unix? ] [ "libgstnet-0.10.so" cdecl add-library ] }
} cond
>>
GIR: vocab:gstreamer/net/GstNet-0.10.gir