]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
Use NDEBUG
[vlc] / modules / gui / macosx / playlist.m
index 17ce0f44b298885fa718b8169a58d7d205a6e840..47e060be8cfa8a0329c73ac98432b1223159dccb 100644 (file)
 
     [o_outline_dict setObject:o_value forKey:[NSString stringWithFormat:@"%p",
                                                     [o_value pointerValue]]];
-#ifdef DEBUG
+#ifndef NDEBUG
     msg_Dbg( VLCIntf, "adding item %p", [o_value pointerValue] );
 #endif
     return o_value;