Diego Biurrun <[email protected]> writes: > --- > > Yeah, I'm off to hide in the shaming corner with a brown paperbag > pulled over my head... > > libavcodec/ppc/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/ppc/Makefile b/libavcodec/ppc/Makefile > index 85790ec..d15fe2a 100644 > --- a/libavcodec/ppc/Makefile > +++ b/libavcodec/ppc/Makefile > @@ -1,6 +1,6 @@ > OBJS += ppc/dsputil_ppc.o \ > > -FFT-OBJS-$(HAVE_GNU_AS) += ppc/fft_altivec_s.o \ > +FFT-OBJS-$(HAVE_GNU_AS) += ppc/fft_altivec_s.o > ALTIVEC-OBJS-$(CONFIG_FFT) += ppc/fft_altivec.o \
That's a backslash, not a semicolon... -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
