Mercurial > mplayer.hg
comparison mp3lib/sr1.c @ 28095:7448d949d6b4
Add missing 'void' to parameterless function declaration.
author | diego |
---|---|
date | Thu, 11 Dec 2008 21:45:11 +0000 |
parents | 9e739bdb049c |
children | 8df85ad26746 |
comparison
equal
deleted
inserted
replaced
28094:1e6d3a382e7b | 28095:7448d949d6b4 |
---|---|
401 | 401 |
402 // Init decoder tables. Call first, once! | 402 // Init decoder tables. Call first, once! |
403 #ifdef CONFIG_FAKE_MONO | 403 #ifdef CONFIG_FAKE_MONO |
404 void MP3_Init(int fakemono){ | 404 void MP3_Init(int fakemono){ |
405 #else | 405 #else |
406 void MP3_Init(){ | 406 void MP3_Init(void){ |
407 #endif | 407 #endif |
408 | 408 |
409 //gCpuCaps.hasMMX=gCpuCaps.hasMMX2=gCpuCaps.hasSSE=0; // for testing! | 409 //gCpuCaps.hasMMX=gCpuCaps.hasMMX2=gCpuCaps.hasSSE=0; // for testing! |
410 | 410 |
411 _has_mmx = 0; | 411 _has_mmx = 0; |