summaryrefslogtreecommitdiff
path: root/core
Side-by-side diff
Diffstat (limited to 'core') (more/less context) (show whitespace changes)
-rw-r--r--core/multimedia/opieplayer/libmad/libmadplugin.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmadplugin.cpp b/core/multimedia/opieplayer/libmad/libmadplugin.cpp
index 3df23249..9a1ab2a 100644
--- a/core/multimedia/opieplayer/libmad/libmadplugin.cpp
+++ b/core/multimedia/opieplayer/libmad/libmadplugin.cpp
@@ -45,2 +45,3 @@
#include <netdb.h>
+#include <linux/limits.h>
#include <sys/socket.h>
@@ -436,11 +437,7 @@ bool LibMadPlugin::open( const QString& path ) {
-
if (path.left( 4 ) == "http" ) {
- qDebug("Test2");
// in case of any error we get 0 here
if ( !(http_open(path) == 0) ) {
- qDebug("Test3");
d->input.fd = http_open(path);
} else {
- qDebug("Test5");
return FALSE;
@@ -448,3 +445,2 @@ bool LibMadPlugin::open( const QString& path ) {
} else {
- qDebug("Test4");
d->input.path = path.latin1();
@@ -459,4 +455,2 @@ bool LibMadPlugin::open( const QString& path ) {
-// printID3Tags();
-
#if defined(HAVE_MMAP)