From 1f631d2425154956e5070068a208f78009b67b95 Mon Sep 17 00:00:00 2001 From: John Janus Date: Fri, 22 Sep 2017 15:00:17 +0200 Subject: [PATCH] remove test main from mp3player --- mp3player.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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); +//} + -- 2.47.0