diff options
| author | Michael Forney <mforney@mforney.org> | 2017-07-09 13:27:14 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-07-10 10:34:19 -0700 |
| commit | f3b7e96da81da3c9c15fac129bb2f551971afffc (patch) | |
| tree | 03f5c020b13da33632dc96d7d833747c5d985659 /pkg/libass/config.h | |
| parent | 5320c1eca6000c979e8f4440f93ac6540f7f6809 (diff) | |
libass: Build with x86 asm
Diffstat (limited to 'pkg/libass/config.h')
| -rw-r--r-- | pkg/libass/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/libass/config.h b/pkg/libass/config.h index 862cd78e..517ab7ba 100644 --- a/pkg/libass/config.h +++ b/pkg/libass/config.h @@ -1,6 +1,6 @@ #include <config-posix.h> -/* #undef CONFIG_ASM */ +#define CONFIG_ASM 1 /* #undef CONFIG_CORETEXT */ /* #undef CONFIG_DIRECTWRITE */ /* #undef CONFIG_FONTCONFIG */ |
