Commit 8ecff20a authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fixed compilation if svn isn't in the default path

parent 640fe732
...@@ -889,7 +889,7 @@ DISTCLEAN_PKG += libmatroska-$(LIBMATROSKA_VERSION).tar.bz2 ...@@ -889,7 +889,7 @@ DISTCLEAN_PKG += libmatroska-$(LIBMATROSKA_VERSION).tar.bz2
# *************************************************************************** # ***************************************************************************
ffmpeg: ffmpeg:
svn co $(FFMPEG_SVN) ffmpeg $(SVN) co $(FFMPEG_SVN) ffmpeg
ifeq ($(HOST),i586-pc-beos) ifeq ($(HOST),i586-pc-beos)
(cd $@; patch -p 0 < ../Patches/ffmpeg-cvs-beos.patch) (cd $@; patch -p 0 < ../Patches/ffmpeg-cvs-beos.patch)
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