]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - configure.ac
audiod: Use lsu_merge_config_file_options().
[paraslash.git] / configure.ac
index 060889f44e21cf7de53e386973a8d6fe50abb9ae..110e0c37ad5a5ee3ce3f11d5be373b3abca93cd7 100644 (file)
@@ -421,6 +421,7 @@ if test -n "$CRYPTOLIB"; then
                net
                string
                fd
+               lsu
                sched
                stdin
                stdout
@@ -487,6 +488,7 @@ if test -n "$CRYPTOLIB"; then
                wmadec_filter
                buffer_tree
                sync_filter
+               lsu
        "
        if test "$CRYPTOLIB" = openssl; then
                audiod_errlist_objs="$audiod_errlist_objs crypt"
@@ -723,6 +725,7 @@ play_errlist_objs="
        file_write
        version
        sync_filter
+       lsu
 "
 NEED_OGG_OBJECTS && play_errlist_objs="$play_errlist_objs ogg_afh_common"
 NEED_VORBIS_OBJECTS && {