From: John Janus Date: Fri, 22 Sep 2017 13:00:17 +0000 (+0200) Subject: remove test main from mp3player X-Git-Url: https://git.johnzone.org/?a=commitdiff_plain;h=1f631d2425154956e5070068a208f78009b67b95;p=FakeRadio.git remove test main from mp3player --- diff --git a/mp3player.c b/mp3player.c index 2c6c386..a63df39 100644 --- a/mp3player.c +++ b/mp3player.c @@ -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); +//} +