Skip to content
Snippets Groups Projects
Commit 7d13d6c0 authored by Damian Minkov's avatar Damian Minkov
Browse files

Fixes recently removed libmkv from libvpx/third_party.

parent 6ec35dc8
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ libjitsi depends on. In the same folder where libjitsi is checked out do:
svn checkout http://ice4j.googlecode.com/svn/trunk/ ice4j
git clone https://github.com/jitsi/libsrc.git
svn checkout svn://svn.code.sf.net/p/fmj/code/ fmj
git clone https://chromium.googlesource.com/webm/libvpx
And then in libjitsi do: ant deb-src
This will create orig.tar.gz debian sources that can be used to debuild
debian package.
\ No newline at end of file
......@@ -120,11 +120,8 @@
</unzip>
<!-- libmkv -->
<copy todir="${tmp}/libjitsi/lib/src/libmkv">
<fileset dir="../libvpx/third_party/libmkv">
<include name="**/*"/>
</fileset>
</copy>
<unzip src="../libsrc/libmkv.zip"
dest="${tmp}/libjitsi/lib/src"/>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment