From 99904a1df601bb5d1c0e6d43a3e04a63fe13cf51 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sat, 20 Apr 2002 20:11:06 +0000 Subject: removed .mp3 files from using libmpeg --- (limited to 'core') diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.c b/core/multimedia/opieplayer/libmpeg3/libmpeg3.c index c0fc570..acaecf7 100644 --- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.c +++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.c @@ -69,7 +69,7 @@ int mpeg3_check_sig(char *path) { /* Test file extension. */ if(strncasecmp(ext, ".mp2", 4) && - strncasecmp(ext, ".mp3", 4) && +// strncasecmp(ext, ".mp3", 4) && strncasecmp(ext, ".m1v", 4) && strncasecmp(ext, ".m2v", 4) && strncasecmp(ext, ".m2s", 4) && -- cgit v0.9.0.2