]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/gstreamer/plugins/rtsp/ffi/ffi.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / gstreamer / plugins / rtsp / ffi / ffi.factor
1 ! Copyright (C) 2010 Anton Gorenko.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: alien alien.syntax alien.libraries combinators kernel
4 system
5 gobject-introspection glib.ffi gstreamer.ffi gstreamer.sdp.ffi ;
6 IN: gstreamer.rtsp.ffi
7
8 <<
9 "gstreamer.rtsp" {
10     { [ os winnt? ] [ drop ] }
11     { [ os macosx? ] [ drop ] }
12     { [ os unix? ] [ "libgstrtsp-0.10.so" cdecl add-library ] }
13 } cond
14 >>
15
16 ! git error (there is _GstRTSPTransport only in .gir)
17 C-TYPE: GstRTSPTransport
18
19 GIR: vocab:gstreamer/rtsp/GstRtsp-0.10.gir
20