~ubuntu-branches/ubuntu/trusty/mpeg4ip/trusty

« back to all changes in this revision

Viewing changes to lib/mp4v2/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-01-12 15:59:56 UTC
  • Revision ID: james.westby@ubuntu.com-20080112155956-1vznw5njidvrh649
Tags: upstream-1.6dfsg
ImportĀ upstreamĀ versionĀ 1.6dfsg

Show diffs side-by-side

added added

removed removed

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