ng0 <n...@we.make.ritual.n0.is> writes: >> GNUnet doesn’t encode/decode ogg audio files, does it? > > It has this telephony feature (gnunet-conversation, despite the README > it no longer is experimental) and gnunet-helper-audio-record-gst > references ogg. > src/conversation/gnunet-helper-audio-record.c:41:#include <ogg/ogg.h> > > configure.ac:424:# libogg > configure.ac:425:AC_CHECK_LIB(ogg, ogg_stream_flush_fill, > configure.ac:426: [AC_CHECK_HEADERS([ogg/ogg.h], > configure.ac:428: ogg=1 > configure.ac:429: AC_DEFINE(HAVE_OGG,1,[Have ogg]), > configure.ac:431: ogg=0 > configure.ac:432: AC_DEFINE(HAVE_OGG,0,[lacking ogg]))], > configure.ac:434: ogg=0)
Ah, thanks. This makes sense. I wonder if it were possible to split the applications. Not now but in the future. Would be nice to be able install these things separately. ~~ Ricardo