diff options
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 110988ddfa..6d6fe2859c 100644 --- a/SConstruct +++ b/SConstruct @@ -329,7 +329,7 @@ if selected_platform in platform_list: if (env['theora']=='yes'): env['theoralib']='yes' - env.Append(CPPFLAGS=['-DTHEORA_ENABLED']); + env.Append(CPPFLAGS=['-DTHEORA_ENABLED']); if (env['theoralib']=='yes'): env.Append(CPPFLAGS=['-DTHEORALIB_ENABLED']); |