From fb4a2babc7d437e7a15f534bf3569c64fba3c797 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 30 Sep 2016 09:37:41 -0400 Subject: [PATCH] better debug message --- src/zm_videostore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zm_videostore.cpp b/src/zm_videostore.cpp index 73f1ae4f1..bfb26cbf3 100644 --- a/src/zm_videostore.cpp +++ b/src/zm_videostore.cpp @@ -378,7 +378,7 @@ Debug(2, "Have audio_output_context"); Error( "could not find codec for AAC\n"); } #else -Error("Not build with libswressample library."); +Error("Not build with libswresample library. Cannot do audio conversion to AAC"); #endif } else { Debug(3, "Got AAC" );