annotate Plugins/Input/aac/libmp4v2/Makefile.am @ 199:0a2ad94e8607 trunk

[svn] Synced with bmp-mp4. Build system is fragile, but should work now.
author chainsaw
date Wed, 16 Nov 2005 16:21:11 -0800
parents f259334d408a
children f2dc045d2327
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
1 INCLUDES = -I../include -I.
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
2
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
3 noinst_LTLIBRARIES = libmp4v2.la
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
4
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
5 include_HEADERS = mp4.h
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
6
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
7 libmp4v2_la_SOURCES = \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
8 3gp.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
9 atom_amr.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
10 atom_avc1.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
11 atom_avcC.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
12 atom_bitr.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
13 atom_btrt.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
14 atom_co64.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
15 atom_cprt.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
16 atom_ctts.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
17 atom_d263.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
18 atom_damr.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
19 atom_dimm.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
20 atom_dinf.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
21 atom_dmax.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
22 atom_dmed.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
23 atom_dref.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
24 atom_drep.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
25 atom_edts.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
26 atom_elst.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
27 atom_enca.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
28 atom_encv.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
29 atom_esds.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
30 atom_free.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
31 atom_frma.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
32 atom_ftyp.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
33 atom_hdlr.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
34 atom_hinf.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
35 atom_hmhd.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
36 atom_hnti.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
37 atom_iods.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
38 atom_iKMS.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
39 atom_iSFM.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
40 atom_maxr.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
41 atom_mdat.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
42 atom_mdhd.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
43 atom_mdia.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
44 atom_meta.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
45 atom_mfhd.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
46 atom_minf.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
47 atom_moof.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
48 atom_moov.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
49 atom_mp4a.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
50 atom_mp4s.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
51 atom_mp4v.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
52 atom_mvex.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
53 atom_mvhd.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
54 atom_nmhd.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
55 atom_nump.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
56 atom_payt.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
57 atom_pmax.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
58 atom_root.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
59 atom_rtp.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
60 atom_s263.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
61 atom_schi.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
62 atom_schm.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
63 atom_sdp.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
64 atoms.h \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
65 atom_sinf.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
66 atom_smhd.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
67 atom_smi.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
68 atom_snro.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
69 atom_sound.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
70 atom_stbl.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
71 atom_stco.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
72 atom_stdp.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
73 atom_stsc.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
74 atom_stsd.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
75 atom_stsh.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
76 atom_stss.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
77 atom_stsz.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
78 atom_stts.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
79 atom_tfhd.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
80 atom_tims.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
81 atom_tkhd.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
82 atom_tmax.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
83 atom_tmin.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
84 atom_tpyl.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
85 atom_traf.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
86 atom_trak.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
87 atom_tref.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
88 atom_treftype.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
89 atom_trex.cpp \
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
90 atom_trpy.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
91 atom_trun.cpp \
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 81
diff changeset
92 atom_tsro.cpp \
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
93 atom_udta.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
94 atom_url.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
95 atom_urn.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
96 atom_video.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
97 atom_vmhd.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
98 descriptors.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
99 descriptors.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
100 isma.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
101 mp4array.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
102 mp4atom.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
103 mp4atom.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
104 mp4common.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
105 mp4container.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
106 mp4container.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
107 mp4.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
108 mp4descriptor.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
109 mp4descriptor.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
110 mp4file.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
111 mp4file.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
112 mp4file_io.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
113 mp4info.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
114 mp4meta.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
115 mp4property.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
116 mp4property.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
117 mp4track.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
118 mp4track.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
119 mp4util.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
120 mp4util.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
121 ocidescriptors.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
122 ocidescriptors.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
123 odcommands.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
124 odcommands.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
125 qosqualifiers.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
126 qosqualifiers.h \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
127 rtphint.cpp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
128 rtphint.h
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
129
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
130 EXTRA_DIST = API_CHANGES \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
131 INTERNALS \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
132 libmp4v260.dsp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
133 libmp4v2_st60.dsp \
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
134 TODO