Diego Biurrun <[email protected]> writes: > + --disable-thumb disable ARM Thumb instruction set
This is still a bad description. Firstly, it is off by default. Secondly, it is not an optional extra that can be enabled or disabled. The _entire thing_ is compiled either as ARM or Thumb. You must choose one. The default is ARM except for cortex-m* targets which only support Thumb. I should probably improve it to use the compiler default unless overridden, but that's for another day. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
