Merge branch 't/for-maint' into maint
authorAndre Noll <maan@systemlinux.org>
Sun, 17 Nov 2013 15:49:35 +0000 (16:49 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 17 Nov 2013 15:49:35 +0000 (16:49 +0100)
A single fix that was cooking for some weeks.

0a7cad build: Fix --with-opus-libs.

play.c

diff --git a/play.c b/play.c
index 6eed58ab53779dd22afb9442d002b60c71165525..01125ab647f73482bb248ecdbaac2b8b2ad13021 100644 (file)
--- a/play.c
+++ b/play.c
@@ -431,7 +431,7 @@ static int load_next_file(struct play_task *pt)
        int ret;
 
 again:
-       if (pt->rq == CRT_NONE || pt->rq == CRT_FILE_CHANGE) {
+       if (pt->rq == CRT_NONE) {
                pt->start_chunk = 0;
                ret = next_valid_file(pt);
                if (ret < 0)