diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-06-14 23:58:13 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-06-15 00:00:44 +0200 |
commit | e7c01b7e0b2d33e1b904e0a8712774fb9d2e2961 (patch) | |
tree | 50c52ee93fa14cdc2beb31e28ba2b1897cc4dd38 /config/windows.config | |
parent | 06610862dbc88cd4ce918f92889771fa4f4b28bf (diff) |
libmpeg2: fix configure check for the alignment attribute
Fixes #51076
Diffstat (limited to 'config/windows.config')
-rw-r--r-- | config/windows.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/windows.config b/config/windows.config index 4a932cd..75a38b5 100644 --- a/config/windows.config +++ b/config/windows.config @@ -75,6 +75,7 @@ os.environ['ac_cv_func_malloc_0_nonnull'] ='yes' os.environ['ac_cv_func_realloc_0_nonnull'] ='yes' os.environ['lt_cv_deplibs_check_method'] = 'pass_all' os.environ['ac_cv_lib_bz2_BZ2_bzlibVersion'] = 'yes' +os.environ['ac_cv_c_attribute_aligned'] = '64' # Python os.environ['am_cv_python_version'] = '2.7' |