Skip to content
Extraits de code Groupes Projets
Valider 9f37dc4c rédigé par odrling's avatar odrling
Parcourir les fichiers

add avisynth

parent 4688813b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -81,6 +81,8 @@ typedef long PixOffset; ...@@ -81,6 +81,8 @@ typedef long PixOffset;
#define _RPT4(a,b,c,d,e,f) ((void)0) #define _RPT4(a,b,c,d,e,f) ((void)0)
#define _ASSERTE(x) assert(x) #define _ASSERTE(x) assert(x)
// not sure why it's used but not defined, so...
#define _ASSERT(x) assert(x)
#include <assert.h> #include <assert.h>
#endif #endif
......
...@@ -211,6 +211,15 @@ foreach opt: opt_src ...@@ -211,6 +211,15 @@ foreach opt: opt_src
endif endif
endforeach endforeach
# avisynth for windows build
if host_machine.system() == 'windows'
aegisub_src += [
'audio_provider_avs.cpp',
'video_provider_avs.cpp',
]
endif
aegisub_cpp_pch = ['include/agi_pre.h'] aegisub_cpp_pch = ['include/agi_pre.h']
aegisub_c_pch = ['include/agi_pre_c.h'] aegisub_c_pch = ['include/agi_pre_c.h']
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter