[FFmpeg-cvslog] build: ppc: drop stray leftover backslash
Diego Biurrun
git at videolan.org
Mon Mar 26 21:10:18 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Mar 26 16:15:52 2012 +0200| [72ccfb3cb7a85d35cfe2c99ab53e981974e599cd] | committer: Diego Biurrun
build: ppc: drop stray leftover backslash
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72ccfb3cb7a85d35cfe2c99ab53e981974e599cd
---
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 \
$(FFT-OBJS-yes)
ALTIVEC-OBJS-$(CONFIG_H264DSP) += ppc/h264_altivec.o
More information about the ffmpeg-cvslog
mailing list