~videolan/vlc/2.1-manual

« back to all changes in this revision

Viewing changes to contrib/src/matroska/rules.mak

  • Committer: Benjamin Drung
  • Date: 2013-11-07 18:01:03 UTC
  • Revision ID: bdrung@ubuntu.com-20131107180103-v0rlqzz5ietdn25o
Manual import commit 4208d104b93c9ccca318bc4f27cdf176ec2b8956 from vlc-2.1 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# matroska
2
2
 
3
 
MATROSKA_VERSION := 1.4.0
 
3
MATROSKA_VERSION := 1.4.1
4
4
MATROSKA_URL := http://dl.matroska.org/downloads/libmatroska/libmatroska-$(MATROSKA_VERSION).tar.bz2
5
5
#MATROSKA_URL := $(CONTRIB_VIDEOLAN)/libmatroska-$(MATROSKA_VERSION).tar.bz2
6
6
 
15
15
libmatroska: libmatroska-$(MATROSKA_VERSION).tar.bz2 .sum-matroska
16
16
        $(UNPACK)
17
17
        $(APPLY) $(SRC)/matroska/matroska-pic.patch
18
 
        $(APPLY) $(SRC)/matroska/no-ansi.patch
19
18
        $(MOVE)
20
19
 
21
20
.matroska: libmatroska