diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-03-26 16:15:52 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-26 16:37:57 +0200 |
commit | 72ccfb3cb7a85d35cfe2c99ab53e981974e599cd (patch) | |
tree | ca3628569e2105755df4760910eb2782c0a14925 /libavcodec | |
parent | e7e19b15c75dca9eddd5d41eb105853c29ea55fd (diff) | |
download | ffmpeg-72ccfb3cb7a85d35cfe2c99ab53e981974e599cd.tar.gz |
build: ppc: drop stray leftover backslash
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ppc/Makefile | 2 |
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 |