<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Description: Fix typos and remove some warnings
Author: Mathieu Malaterre &lt;malat@debian.org&gt;

Origin: Debian
[ismael@iodev.co.uk: Removed buildsystem fixes]

--- a/jxrencoderdecoder/JxrEncApp.c
+++ b/jxrencoderdecoder/JxrEncApp.c
@@ -578,7 +578,7 @@ main(int argc, char* argv[])
 
     //================================
     Call(PKCreateCodecFactory(&amp;pCodecFactory, WMP_SDK_VERSION));
-    Call(pCodecFactory-&gt;CreateCodec(&amp;IID_PKImageWmpEncode, &amp;pEncoder));
+    Call(pCodecFactory-&gt;CreateCodec(&amp;IID_PKImageWmpEncode, (void**)&amp;pEncoder));
 
     //----------------------------------------------------------------
     Call(PKCreateTestFactory(&amp;pTestFactory, WMP_SDK_VERSION));
--- a/jxrgluelib/JXRMeta.h
+++ b/jxrgluelib/JXRMeta.h
@@ -34,7 +34,7 @@
 
 #ifndef UNREFERENCED_PARAMETER
 #define UNREFERENCED_PARAMETER(P) { (P) = (P); }
-#endif UNREFERENCED_PARAMETER
+#endif /*UNREFERENCED_PARAMETER*/
 
 //================================================================
 // Container
</pre></body></html>