Makefile.am 1.6 KB

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