forked from mia/Aegisub
Fix compilation on X11-using platforms
This commit is contained in:
parent
dba8f1c062
commit
7a6da26be6
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ class FFmpegSourceProvider {
|
|||
public:
|
||||
FFmpegSourceProvider(agi::BackgroundRunner *br);
|
||||
|
||||
// X11 is wonderful
|
||||
#undef None
|
||||
|
||||
enum class TrackSelection : int {
|
||||
None = -1,
|
||||
All = -2
|
||||
|
|
Loading…
Reference in a new issue