Browse Source

build: ppc: drop stray leftover backslash

tags/n0.11
Diego Biurrun 13 years ago
parent
commit
72ccfb3cb7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ppc/Makefile

+ 1
- 1
libavcodec/ppc/Makefile View File

@@ -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


Loading…
Cancel
Save