Commit 92353571 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: fix FFMPEG patching

(cherry picked from commit 87233cf2)
parent 640c6229
...@@ -1094,9 +1094,6 @@ ifdef HAVE_UCLIBC ...@@ -1094,9 +1094,6 @@ ifdef HAVE_UCLIBC
else else
.ffmpeg: ffmpeg .lame .gsm .ffmpeg: ffmpeg .lame .gsm
endif endif
endif
ifdef HAVE_ISA_THUMB
patch -p0 < Patches/ffmpeg-avcodec-no-thumb.patch
endif endif
(cd $<; $(HOSTCC) ./configure $(FFMPEGCONF) --prefix=$(PREFIX) --extra-cflags="$(CFLAGS) $(FFMPEG_CFLAGS)" --extra-ldflags="$(LDFLAGS)" $(FFMPEGCONF) --disable-shared --enable-static && make && make install-libs install-headers) (cd $<; $(HOSTCC) ./configure $(FFMPEGCONF) --prefix=$(PREFIX) --extra-cflags="$(CFLAGS) $(FFMPEG_CFLAGS)" --extra-ldflags="$(LDFLAGS)" $(FFMPEGCONF) --disable-shared --enable-static && make && make install-libs install-headers)
touch $@ touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment