07977559c3
xmms-wavpack is a plugin for the multimedia player XMMS that plays audio files in the WavPack format, which supports lossless and lossy compression. ok sthen@
13 lines
479 B
Plaintext
13 lines
479 B
Plaintext
$OpenBSD: patch-src_ui_cpp,v 1.1.1.1 2009/01/12 16:41:37 naddy Exp $
|
|
--- src/ui.cpp.orig Fri May 2 07:15:31 2008
|
|
+++ src/ui.cpp Sun Jan 11 19:39:26 2009
|
|
@@ -21,7 +21,7 @@ extern "C" {
|
|
#define M_LN10 2.3025850929940456840179914546843642
|
|
#endif
|
|
|
|
-#define DBG(format, args...) fprintf(stderr, format, ## args)
|
|
+#define DBG(format, args...) //fprintf(stderr, format, ## args)
|
|
|
|
void load_tag(ape_tag *tag, WavpackContext *ctx);
|
|
void update_tag(ape_tag *tag, char *filename);
|