Commit ec33767a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: unbreak ffmpeg build

parent d1371735
...@@ -1086,8 +1086,8 @@ endif ...@@ -1086,8 +1086,8 @@ endif
PHONY += ffmpeg-svn ffmpeg-tar PHONY += ffmpeg-svn ffmpeg-tar
ffmpeg/.svn-$(FFMPEG_SVN_REV): ffmpeg/.svn:
$(SVN) co -r $(FFMPEG_SVN_REV) $(FFMPEG_SVN) ffmpeg $(SVN) co $(FFMPEG_SVN) ffmpeg
ifdef HAVE_ISA_THUMB ifdef HAVE_ISA_THUMB
patch -p0 < Patches/ffmpeg-avcodec-no-thumb.patch patch -p0 < Patches/ffmpeg-avcodec-no-thumb.patch
endif endif
...@@ -1143,7 +1143,7 @@ FFMPEG_DEPS-$(HAVE_ANDROID) = ...@@ -1143,7 +1143,7 @@ FFMPEG_DEPS-$(HAVE_ANDROID) =
FFMPEG_DEPS-$(HAVE_SYMBIAN) = FFMPEG_DEPS-$(HAVE_SYMBIAN) =
ifdef SVN ifdef SVN
FFMPEG_MK_TARGET = ffmpeg/.svn-$(FFMPEG_SVN_REV) FFMPEG_MK_TARGET = ffmpeg/.svn
else else
FFMPEG_MK_TARGET = ffmpeg/.untar FFMPEG_MK_TARGET = ffmpeg/.untar
endif endif
......
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