Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libjitsi
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZRTP
libjitsi
Commits
7d13d6c0
Commit
7d13d6c0
authored
10 years ago
by
Damian Minkov
Browse files
Options
Downloads
Patches
Plain Diff
Fixes recently removed libmkv from libvpx/third_party.
parent
6ec35dc8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/install/README.Debian
+0
-1
0 additions, 1 deletion
resources/install/README.Debian
resources/install/build-debian.xml
+2
-5
2 additions, 5 deletions
resources/install/build-debian.xml
with
2 additions
and
6 deletions
resources/install/README.Debian
+
0
−
1
View file @
7d13d6c0
...
...
@@ -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
This diff is collapsed.
Click to expand it.
resources/install/build-debian.xml
+
2
−
5
View file @
7d13d6c0
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment