Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-03-26 18:15:52 +0400
committerDiego Biurrun <diego@biurrun.de>2012-03-26 18:37:57 +0400
commit72ccfb3cb7a85d35cfe2c99ab53e981974e599cd (patch)
treeca3628569e2105755df4760910eb2782c0a14925
parente7e19b15c75dca9eddd5d41eb105853c29ea55fd (diff)
build: ppc: drop stray leftover backslash
-rw-r--r--libavcodec/ppc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/Makefile b/libavcodec/ppc/Makefile
index 85790ec97e..d15fe2a1c9 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