mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-09 04:38:10 -05:00
add oggvorbis capture info
This commit is contained in:
parent
7176d060a2
commit
4dd995db1c
@ -1206,6 +1206,10 @@ void config_emit_system(WS_CONNINFO *pwsc, void *value, char *arg) {
|
|||||||
* \param arg any args passwd with the meta command. Unused.
|
* \param arg any args passwd with the meta command. Unused.
|
||||||
*/
|
*/
|
||||||
void config_emit_flags(WS_CONNINFO *pwsc, void *value, char *arg) {
|
void config_emit_flags(WS_CONNINFO *pwsc, void *value, char *arg) {
|
||||||
|
#ifdef OGGVORBIS
|
||||||
|
ws_writefd(pwsc,"%s ","--enable-oggvorbis");
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef WITH_GDBM
|
#ifdef WITH_GDBM
|
||||||
ws_writefd(pwsc,"%s ","--with-gdbm");
|
ws_writefd(pwsc,"%s ","--with-gdbm");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user