mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-06 22:54:26 +01:00
Tweak Audacious priority
This commit is contained in:
parent
d4615aaeed
commit
41ede7ce4d
@ -9,7 +9,11 @@
|
|||||||
|
|
||||||
#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
|
||||||
#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
|
#endif
|
||||||
|
|
||||||
class VgmstreamPlugin : public InputPlugin {
|
class VgmstreamPlugin : public InputPlugin {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user