61
|
1 INCLUDES = -I../include -I.
|
|
2
|
201
|
3 lib_LTLIBRARIES = libmp4v2.la
|
61
|
4
|
|
5 include_HEADERS = mp4.h
|
|
6
|
|
7 libmp4v2_la_SOURCES = \
|
|
8 3gp.cpp \
|
|
9 atom_amr.cpp \
|
|
10 atom_avc1.cpp \
|
|
11 atom_avcC.cpp \
|
|
12 atom_d263.cpp \
|
|
13 atom_damr.cpp \
|
|
14 atom_dref.cpp \
|
|
15 atom_elst.cpp \
|
|
16 atom_enca.cpp \
|
|
17 atom_encv.cpp \
|
|
18 atom_free.cpp \
|
|
19 atom_ftyp.cpp \
|
|
20 atom_hdlr.cpp \
|
|
21 atom_hinf.cpp \
|
|
22 atom_hnti.cpp \
|
201
|
23 atom_href.cpp \
|
61
|
24 atom_mdat.cpp \
|
|
25 atom_mdhd.cpp \
|
|
26 atom_meta.cpp \
|
|
27 atom_mp4a.cpp \
|
|
28 atom_mp4s.cpp \
|
|
29 atom_mp4v.cpp \
|
|
30 atom_mvhd.cpp \
|
|
31 atom_root.cpp \
|
|
32 atom_rtp.cpp \
|
|
33 atom_s263.cpp \
|
|
34 atom_sdp.cpp \
|
|
35 atoms.h \
|
|
36 atom_smi.cpp \
|
|
37 atom_sound.cpp \
|
201
|
38 atom_standard.cpp \
|
61
|
39 atom_stbl.cpp \
|
|
40 atom_stdp.cpp \
|
|
41 atom_stsc.cpp \
|
|
42 atom_stsd.cpp \
|
|
43 atom_stsz.cpp \
|
|
44 atom_tfhd.cpp \
|
|
45 atom_tkhd.cpp \
|
|
46 atom_treftype.cpp \
|
|
47 atom_trun.cpp \
|
|
48 atom_udta.cpp \
|
|
49 atom_url.cpp \
|
|
50 atom_urn.cpp \
|
|
51 atom_video.cpp \
|
|
52 atom_vmhd.cpp \
|
|
53 descriptors.cpp \
|
|
54 descriptors.h \
|
|
55 isma.cpp \
|
|
56 mp4array.h \
|
|
57 mp4atom.cpp \
|
|
58 mp4atom.h \
|
|
59 mp4common.h \
|
|
60 mp4container.cpp \
|
|
61 mp4container.h \
|
|
62 mp4.cpp \
|
|
63 mp4descriptor.cpp \
|
|
64 mp4descriptor.h \
|
|
65 mp4file.cpp \
|
|
66 mp4file.h \
|
|
67 mp4file_io.cpp \
|
|
68 mp4info.cpp \
|
|
69 mp4meta.cpp \
|
|
70 mp4property.cpp \
|
|
71 mp4property.h \
|
|
72 mp4track.cpp \
|
|
73 mp4track.h \
|
|
74 mp4util.cpp \
|
|
75 mp4util.h \
|
|
76 ocidescriptors.cpp \
|
|
77 ocidescriptors.h \
|
|
78 odcommands.cpp \
|
|
79 odcommands.h \
|
|
80 qosqualifiers.cpp \
|
|
81 qosqualifiers.h \
|
|
82 rtphint.cpp \
|
|
83 rtphint.h
|
|
84
|
|
85 EXTRA_DIST = API_CHANGES \
|
|
86 INTERNALS \
|
|
87 libmp4v260.dsp \
|
|
88 libmp4v2_st60.dsp \
|
|
89 TODO
|