| /OK3568_Linux_fs/buildroot/package/shairport-sync/ |
| H A D | 0001-configure.ac-find-sndfile-through-pkg-config.patch | 4 Subject: [PATCH] configure.ac: find sndfile through pkg-config 6 Find sndfile through pkg-config to retrieve sndfile dependencies such as 29 - AC_CHECK_LIB([sndfile], [sf_open], , AC_MSG_ERROR(Convolution support requires the sndfile libra… 32 + [sndfile], [sndfile], 34 + LIBS="${sndfile_LIBS} ${LIBS}"], AC_MSG_ERROR(Convolution support requires the sndfile libra… 36 + AC_CHECK_LIB([sndfile], [sf_open], , AC_MSG_ERROR(Convolution support requires the sndfile lib…
|
| H A D | 0002-configure.ac-fix-build-with-automake-1.16.5.patch | 44 …AC_CHECK_LIB([sndfile], [sf_open], , AC_MSG_ERROR(Convolution support requires the sndfile library…
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | optional-fmts.am | 256 libsox_la_SOURCES += sndfile.c caf.c mat4.c mat5.c paf.c fap.c w64.c xi.c pvf.c sd2.c 264 libsox_fmt_sndfile_la_SOURCES = sndfile.c 267 libsox_fmt_caf_la_SOURCES = caf.c sndfile.c 270 libsox_fmt_mat4_la_SOURCES = mat4.c sndfile.c 273 libsox_fmt_mat5_la_SOURCES = mat5.c sndfile.c 276 libsox_fmt_paf_la_SOURCES = paf.c sndfile.c 279 libsox_fmt_fap_la_SOURCES = fap.c sndfile.c 282 libsox_fmt_w64_la_SOURCES = w64.c sndfile.c 285 libsox_fmt_xi_la_SOURCES = xi.c sndfile.c 288 libsox_fmt_pvf_la_SOURCES = pvf.c sndfile.c [all …]
|
| H A D | sndfile.c | 58 SNDFILE_FUNC_STOP(f,x, int, sf_stop, (SNDFILE *sndfile)) \ 59 SNDFILE_FUNC(f,x, int, sf_close, (SNDFILE *sndfile)) \ 61 SNDFILE_FUNC(f,x, int, sf_command, (SNDFILE *sndfile, int command, void *data, int datasize)) \ 62 SNDFILE_FUNC(f,x, sf_count_t, sf_read_int, (SNDFILE *sndfile, int *ptr, sf_count_t items)) \ 63 …SNDFILE_FUNC(f,x, sf_count_t, sf_write_int, (SNDFILE *sndfile, const int *ptr, sf_count_t items)) \ 64 SNDFILE_FUNC(f,x, sf_count_t, sf_seek, (SNDFILE *sndfile, sf_count_t frames, int whence)) \ 65 SNDFILE_FUNC(f,x, const char*, sf_strerror, (SNDFILE *sndfile)) 207 static int sf_stop_stub(SNDFILE *sndfile UNUSED) in sf_stop_stub() 489 LSX_FORMAT_HANDLER(sndfile) in LSX_FORMAT_HANDLER() argument
|
| H A D | formats.h | 111 FORMAT(sndfile)
|
| /OK3568_Linux_fs/buildroot/package/sox/ |
| H A D | 0005-configure.ac-fix-static-linking-with-sndfile.patch | 4 Subject: [PATCH] configure.ac: fix static linking with sndfile 6 Use SOX_FMT_PKG to retrieve sndfile dependencies (e.g. flac, opus or 37 -SOX_DL_LIB([libsndfile], [sndfile.h], [sndfile], [sf_open_virtual]) 38 +SOX_FMT_PKG([libsndfile], [sndfile]) 39 SOX_FMT_REQ([sndfile], [LIBSNDFILE])
|
| H A D | sox.mk | 94 SOX_CONF_OPTS += --enable-sndfile 96 SOX_CONF_OPTS += --disable-sndfile
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/libopenmpt/ |
| H A D | libopenmpt_0.6.2.bb | 27 flac mpg123 ogg sndfile vorbis vorbisfile zlib \ 41 PACKAGECONFIG[sndfile] = "--with-sndfile,--without-sndfile,libsndfile1"
|
| /OK3568_Linux_fs/buildroot/package/twolame/ |
| H A D | twolame.mk | 15 TWOLAME_CONF_OPTS += --enable-sndfile 17 TWOLAME_CONF_OPTS += --disable-sndfile
|
| /OK3568_Linux_fs/buildroot/package/minimodem/ |
| H A D | minimodem.mk | 30 MINIMODEM_CONF_OPTS += --with-sndfile 32 MINIMODEM_CONF_OPTS += --without-sndfile
|
| /OK3568_Linux_fs/buildroot/package/aubio/ |
| H A D | aubio.mk | 24 AUBIO_CONF_OPTS += --enable-sndfile 26 AUBIO_CONF_OPTS += --disable-sndfile
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | configure.ac | 120 SOX_DL_LIB([libsndfile], [sndfile.h], [sndfile], [sf_open_virtual]) 121 SOX_FMT_REQ([sndfile], [LIBSNDFILE])
|
| H A D | ChangeLog | 126 14.3.1 F sndfile: sndfile 1.0.11 sndfile > 1.0.11 296 14.3.1 F sndfile: sndfile 1.0.11 sndfile > 1.0.11 14.3.1 330 o Allow libsndfile to be dlopen()'ed at runtime if --enable-dl-sndfile 571 o Fix sndfile inclusion in build in some circumstances. (robs)
|
| /OK3568_Linux_fs/buildroot/package/lame/ |
| H A D | lame.mk | 19 LAME_CONF_OPTS += --with-fileio=sndfile
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/ |
| H A D | mpd_0.23.12.bb | 34 mms mpg123 modplug sndfile \ 64 PACKAGECONFIG[sndfile] = "-Dsndfile=enabled,-Dsndfile=disabled,libsndfile1"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/ |
| H A D | fluidsynth_git.bb | 18 PACKAGECONFIG[sndfile] = "-Denable-libsndfile=ON,-Denable-libsndfile=OFF,libsndfile1"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libsndfile/ |
| H A D | libsndfile1_1.0.31.bb | 33 oe_multilib_header sndfile.h
|
| /OK3568_Linux_fs/buildroot/package/alure/ |
| H A D | Config.in | 39 bool "sndfile decoder"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/ |
| H A D | pipewire_0.3.50.bb | 77 gstreamer jack libusb pw-cat raop sndfile v4l2 \ 101 PACKAGECONFIG[sndfile] = "-Dsndfile=enabled,-Dsndfile=disabled,libsndfile1" 108 # pw-cat needs sndfile packageconfig to be enabled
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/ |
| H A D | gstreamer1.0-plugins-bad_1.20.5.bb | 32 sndfile ttml uvch264 webp \ 79 PACKAGECONFIG[sndfile] = "-Dsndfile=enabled,-Dsndfile=disabled,libsndfile1"
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | Config.in | 604 bool "sndfile"
|