Luca Barbato <[email protected]> writes: > On 07/26/2012 12:10 AM, Diego Biurrun wrote: >> On Wed, Jul 25, 2012 at 02:10:05PM +0100, Mans Rullgard wrote: >>> @@ -3358,6 +3405,9 @@ CC=$cc >>> AS=$as >>> LD=$ld >>> DEPCC=$dep_cc >>> +DEPCCFLAGS=$DEPCCFLAGS \$(CPPFLAGS) >>> +DEPAS=$as >>> +DEPASFLAGS=$DEPASFLAGS \$(CPPFLAGS) >> >> You're assuming depas == as here because the only as we support is gcc? > > Not sure if anybody tested llvm assembler yet.
There is no llvm assembler. Clang invokes the gnu assembler for .s files. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
