Tweak Audacious priority

This commit is contained in:
bnnm 2019-11-24 10:50:49 +01:00
parent d4615aaeed
commit 41ede7ce4d

View File

@ -9,8 +9,12 @@
#ifndef AUDACIOUS_VGMSTREAM_PRIORITY #ifndef AUDACIOUS_VGMSTREAM_PRIORITY
// set higher than FFmpeg but lower than common plugins that use around 3 // set higher than FFmpeg but lower than common plugins that use around 3
#ifdef _AUD_PLUGIN_DEFAULT_PRIO
# define AUDACIOUS_VGMSTREAM_PRIORITY (_AUD_PLUGIN_DEFAULT_PRIO - 1)
#else
# define AUDACIOUS_VGMSTREAM_PRIORITY 4 # define AUDACIOUS_VGMSTREAM_PRIORITY 4
#endif #endif
#endif
class VgmstreamPlugin : public InputPlugin { class VgmstreamPlugin : public InputPlugin {
public: public: