Do repeat in the player rather than trying to do it in VideoDecoder.
[dcpomatic.git] / src / tools / dcpomatic_server.cc
index 8e9ce7537cc3ff5ef50c65e0435de4a6d77670fa..9214d8385336dc1a6b9a0cf415495c096fc73437 100644 (file)
@@ -208,7 +208,12 @@ public:
                wxIcon icon (std_to_wx ("id"));
 #else
                wxInitAllImageHandlers();
+#ifdef DCPOMATIC_LINUX
                wxBitmap bitmap (wxString::Format (wxT ("%s/dcpomatic2.png"), std_to_wx (shared_path().string())), wxBITMAP_TYPE_PNG);
+#endif
+#ifdef DCPOMATIC_OSX
+               wxBitmap bitmap (wxString::Format (wxT ("%s/dcpomatic_small.png"), std_to_wx (shared_path().string())), wxBITMAP_TYPE_PNG);
+#endif
                wxIcon icon;
                icon.CopyFromBitmap (bitmap);
 #endif