repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
add-ons
/
media
/
plugins
/
matroska
/
libebml
/
Jamfile
blob
b24e03457ce1585306d36ab810aa805e102adf76
1
SubDir HAIKU_TOP src add-ons media plugins matroska libebml ;
2
3
SubDirHdrs [ FDirName $(SUBDIR) ebml ] ;
4
5
StaticLibrary libebml.a :
6
Debug.cpp
7
EbmlBinary.cpp
8
EbmlContexts.cpp
9
EbmlCrc32.cpp
10
EbmlDate.cpp
11
EbmlDummy.cpp
12
EbmlElement.cpp
13
EbmlFloat.cpp
14
EbmlHead.cpp
15
EbmlMaster.cpp
16
EbmlSInteger.cpp
17
EbmlStream.cpp
18
EbmlString.cpp
19
EbmlSubHead.cpp
20
EbmlUInteger.cpp
21
EbmlUnicodeString.cpp
22
EbmlVersion.cpp
23
EbmlVoid.cpp
24
IOCallback.cpp
25
MemIOCallback.cpp
26
StdIOCallback.cpp
27
;