File tree Expand file tree Collapse file tree 4 files changed +4
-44
lines changed Expand file tree Collapse file tree 4 files changed +4
-44
lines changed Original file line number Diff line number Diff line change 1
- f5687af60e94f167cd341c24f038d57735d447b6279e96b916e3b0a98ca141f3c241ef4c46dd55ac87b0f6007eb14835e0f2a602f89610fcc0b4f93e8b9c87ab libebml-1.3.0 .tar.bz2
1
+ b42d198611e480a4938fe95b920f6ee6ca37453f9551990e4310ed82651f93284f1de1d871357b6280219634bbbf6a98d4ac988e25e7bd7b5bbf5c0ba5766334 libebml-1.3.1 .tar.bz2
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# ebml
2
2
3
- EBML_VERSION := 1.3.0
3
+ EBML_VERSION := 1.3.1
4
4
EBML_URL := http://dl.matroska.org/downloads/libebml/libebml-$(EBML_VERSION ) .tar.bz2
5
5
# EBML_URL := $(CONTRIB_VIDEOLAN)/libebml-$(EBML_VERSION).tar.bz2
6
6
@@ -11,20 +11,13 @@ $(TARBALLS)/libebml-$(EBML_VERSION).tar.bz2:
11
11
12
12
libebml : libebml-$(EBML_VERSION ) .tar.bz2 .sum-ebml
13
13
$(UNPACK )
14
- $(APPLY ) $(SRC ) /ebml/ebml-pic.patch
15
- $(APPLY ) $(SRC ) /ebml/no-ansi.patch
16
14
$(MOVE )
17
15
18
16
# libebml requires exceptions
19
17
EBML_EXTRA_FLAGS = CXXFLAGS="${CXXFLAGS} -fexceptions" \
20
18
CPPFLAGS=""
21
19
22
20
.ebml : libebml
23
- ifdef HAVE_WIN32
24
- cd $< && $(MAKE) -C make/mingw32 prefix="$(PREFIX)" $(HOSTVARS) SHARED=no
25
- else
26
- cd $< && $(MAKE) -C make/linux prefix="$(PREFIX)" $(HOSTVARS) $(EBML_EXTRA_FLAGS) staticlib
27
- endif
28
- cd $< && $(MAKE) -C make/linux install_staticlib install_headers prefix="$(PREFIX)" $(HOSTVARS)
29
- $(RANLIB) "$(PREFIX)/lib/libebml.a"
21
+ cd $< && $(HOSTVARS ) ./configure $(HOSTCONF )
22
+ cd $< && $(MAKE ) install
30
23
touch $@
You can’t perform that action at this time.
0 commit comments