summaryrefslogtreecommitdiffstats
path: root/mp3lib/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/test.c')
-rw-r--r--mp3lib/test.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/mp3lib/test.c b/mp3lib/test.c
index f256224a7d..8ce1143ff2 100644
--- a/mp3lib/test.c
+++ b/mp3lib/test.c
@@ -1,8 +1,6 @@
#define DUMP_PCM
-// gcc test.c -I.. -L. -lMP3 -lm -o test1 -O4
-
#include <stdio.h>
#include <stdlib.h>
@@ -12,7 +10,6 @@
#include "config.h"
#include "mp3lib/mp3.h"
#include "cpudetect.h"
-extern CpuCaps gCpuCaps;
static inline unsigned int GetTimer(){
struct timeval tv;
@@ -71,5 +68,5 @@ int main(int argc,char* argv[]){
printf("CPU usage at normal playback: %5.2f %%\n",time1*0.0001f/length);
fclose(mp3file);
-
+ return 0;
}