mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
undef SearchPath where needed as it is defined via windows.h
This commit is contained in:
parent
fee2c9d71f
commit
f42c514631
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
|
|
||||||
|
#ifdef SearchPath
|
||||||
|
#undef SearchPath
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace PBD;
|
using namespace PBD;
|
||||||
|
|
||||||
TranscodeFfmpeg::TranscodeFfmpeg (std::string f)
|
TranscodeFfmpeg::TranscodeFfmpeg (std::string f)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue