blob: c6e856476bc40244f046f60c223ef7d1d1505377 (
plain)
1
2
3
|
## can enable asm if we replace .rept pseudo op with standard pre-processor macros
## since darwin's as doesn't support them. for now just disable.
LIBTHEORA.CONFIGURE.extra += --disable-asm
|