diff --git a/test/aampcli/Aampcli.cpp b/test/aampcli/Aampcli.cpp index 785676ea8..2c8337384 100644 --- a/test/aampcli/Aampcli.cpp +++ b/test/aampcli/Aampcli.cpp @@ -21,9 +21,9 @@ * @file Aampcli.cpp * @brief Stand alone AAMP player with command line interface. */ -#include #include "Aampcli.h" #include "scte35/AampSCTE35.h" +#include Aampcli mAampcli; const char *gApplicationPath = NULL; @@ -371,7 +371,7 @@ static int main_func(int argc, char **argv) AAMPCLI_PRINTF("**************************************************************************\n"); AAMPCLI_PRINTF("** ADVANCED ADAPTIVE MEDIA PLAYER (AAMP) - COMMAND LINE INTERFACE (CLI) **\n"); AAMPCLI_PRINTF("**************************************************************************\n"); - AAMPCLI_PRINTF("process: %d\n", getpid()); //Used by L2 tests + AAMPCLI_PRINTF("PID: %d\n", static_cast(getpid())); mAampcli.initPlayerLoop(0,NULL); mAampcli.newPlayerInstance();