Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
86f46814
Commit
86f46814
authored
Oct 07, 2013
by
Dmitry Kovalev
Browse files
Moving libmkv library to third_party folder.
Change-Id: Id0bfaedf54ff3f59d4cf361c170a0b5a5711e5f2
parent
6d3db91d
Changes
11
Hide whitespace changes
Inline
Side-by-side
examples.mk
View file @
86f46814
...
...
@@ -40,9 +40,9 @@ vpxenc.SRCS += tools_common.c tools_common.h
vpxenc.SRCS
+=
vpx_ports/mem_ops.h
vpxenc.SRCS
+=
vpx_ports/mem_ops_aligned.h
vpxenc.SRCS
+=
vpx_ports/vpx_timer.h
vpxenc.SRCS
+=
libmkv/EbmlIDs.h
vpxenc.SRCS
+=
libmkv/EbmlWriter.c
vpxenc.SRCS
+=
libmkv/EbmlWriter.h
vpxenc.SRCS
+=
third_party/
libmkv/EbmlIDs.h
vpxenc.SRCS
+=
third_party/
libmkv/EbmlWriter.c
vpxenc.SRCS
+=
third_party/
libmkv/EbmlWriter.h
vpxenc.SRCS
+=
$(LIBYUV_SRCS)
vpxenc.GUID
=
548DEC74-7A15-4B2B-AFC3-AA102E7C25C1
vpxenc.DESCRIPTION
=
Full featured encoder
...
...
libmkv/EbmlBufferWriter.c
→
third_party/
libmkv/EbmlBufferWriter.c
View file @
86f46814
File moved
libmkv/EbmlBufferWriter.h
→
third_party/
libmkv/EbmlBufferWriter.h
View file @
86f46814
File moved
libmkv/EbmlIDs.h
→
third_party/
libmkv/EbmlIDs.h
View file @
86f46814
File moved
libmkv/EbmlWriter.c
→
third_party/
libmkv/EbmlWriter.c
View file @
86f46814
File moved
libmkv/EbmlWriter.h
→
third_party/
libmkv/EbmlWriter.h
View file @
86f46814
File moved
libmkv/Makefile
→
third_party/
libmkv/Makefile
View file @
86f46814
File moved
libmkv/WebMElement.c
→
third_party/
libmkv/WebMElement.c
View file @
86f46814
File moved
libmkv/WebMElement.h
→
third_party/
libmkv/WebMElement.h
View file @
86f46814
File moved
libmkv/testlibmkv.c
→
third_party/
libmkv/testlibmkv.c
View file @
86f46814
File moved
vpxenc.c
View file @
86f46814
...
...
@@ -45,8 +45,8 @@
#include
"vpx_ports/vpx_timer.h"
#include
"tools_common.h"
#include
"y4minput.h"
#include
"libmkv/EbmlWriter.h"
#include
"libmkv/EbmlIDs.h"
#include
"
third_party/
libmkv/EbmlWriter.h"
#include
"
third_party/
libmkv/EbmlIDs.h"
#include
"third_party/libyuv/include/libyuv/scale.h"
/* Need special handling of these functions on Windows */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment