diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-12 09:53:30 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-12 09:53:30 +0000 |
| commit | 7e9d85cd54eec034bf4e98afef42f827084f54c3 (patch) | |
| tree | c586c091888c97c06de9b395eefe314ffd9754f5 /lib/service/servicemp3.cpp | |
| parent | 4f281d059371925a90962486862c53bc68799933 (diff) | |
| download | enigma2-7e9d85cd54eec034bf4e98afef42f827084f54c3.tar.gz enigma2-7e9d85cd54eec034bf4e98afef42f827084f54c3.zip | |
preprocessor statement fix
Diffstat (limited to 'lib/service/servicemp3.cpp')
| -rw-r--r-- | lib/service/servicemp3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index 3c17750d..4e56496a 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -856,7 +856,7 @@ void eServiceMP3::gstBusCall(GstBus *bus, GstMessage *msg) source = GST_MESSAGE_SRC(msg); sourceName = gst_object_get_name(source); -#ifdef 0 +#if 0 if (gst_message_get_structure(msg)) { gchar *string = gst_structure_to_string(gst_message_get_structure(msg)); |
