]> Johnzone git - FakeRadio.git/commitdiff
remove test main from mp3player
authorJohn Janus <mail@johnzone.org>
Fri, 22 Sep 2017 13:00:17 +0000 (15:00 +0200)
committerJohn Janus <mail@johnzone.org>
Fri, 22 Sep 2017 13:00:17 +0000 (15:00 +0200)
mp3player.c

index 2c6c386752d86fdca7baf26336d8136059a8bb36..a63df39e9a5009393cbd4520a7790abd3a814e9c 100644 (file)
@@ -89,10 +89,11 @@ void* playFunc(void* arg)
     pthread_exit((void*) pthread_self());
 }
 
-int main(int argc, char** argv)
-{
-    pthread_t th = startPlayThread("platt01.mp3", true);
-    //sleep(3);
-    //pthread_cancel(th);
-    pthread_join(th, NULL);
-}
+//int main(int argc, char** argv)
+//{
+//    pthread_t th = startPlayThread("platt01.mp3", true);
+//    //sleep(3);
+//    //pthread_cancel(th);
+//    pthread_join(th, NULL);
+//}
+