mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-29 19:37:30 +01:00
Tweak Audacious priority
This commit is contained in:
parent
d4615aaeed
commit
41ede7ce4d
@ -9,7 +9,11 @@
|
||||
|
||||
#ifndef AUDACIOUS_VGMSTREAM_PRIORITY
|
||||
// set higher than FFmpeg but lower than common plugins that use around 3
|
||||
#define AUDACIOUS_VGMSTREAM_PRIORITY 4
|
||||
#ifdef _AUD_PLUGIN_DEFAULT_PRIO
|
||||
# define AUDACIOUS_VGMSTREAM_PRIORITY (_AUD_PLUGIN_DEFAULT_PRIO - 1)
|
||||
#else
|
||||
# define AUDACIOUS_VGMSTREAM_PRIORITY 4
|
||||
#endif
|
||||
#endif
|
||||
|
||||
class VgmstreamPlugin : public InputPlugin {
|
||||
|
Loading…
x
Reference in New Issue
Block a user