On Mon, Jan 13, 2014 at 03:31:18PM +0100, Janne Grunau wrote: > On 2014-01-12 16:36:37 +0100, Diego Biurrun wrote: > > On Sat, Jan 11, 2014 at 06:03:23PM +0100, Janne Grunau wrote: > > > > > +NEON-ASM-OBJS-$(CONFIG_H264CHROMA) += aarch64/h264cmc_neon.o > > > + > > > +NEON-OBJS-$(HAVE_NEON_EXTERNAL) += $(NEON-ASM-OBJS) > > > $(NEON-ASM-OBJS-yes) > > > > This indirection seems unnecessary; what are you trying to do here? > > It's necessary since clang-3.3 can't assemble the neon objects but > HAVE_NEON doesn't get disabled.
So what stops you from fixing that and disabling HAVE_NEON for clang 3.3? Or alternatively, add a test for the specific failure and ifdef that piece of the code out? Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
