diff options
author | Michele Calgaro <[email protected]> | 2020-09-11 14:38:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-11 14:38:47 +0900 |
commit | 884c8093d63402a1ad0b502244b791e3c6782be3 (patch) | |
tree | a600d4ab0d431a2bdfe4c15b70df43c14fbd8dd0 /debian/mp4v2/mp4v2-2.0.0~dfsg0/src/src.h | |
parent | 14e1aa2006796f147f3f4811fb908a6b01e79253 (diff) | |
download | extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.tar.gz extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.zip |
Added debian extra dependency packages.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/mp4v2/mp4v2-2.0.0~dfsg0/src/src.h')
-rw-r--r-- | debian/mp4v2/mp4v2-2.0.0~dfsg0/src/src.h | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/debian/mp4v2/mp4v2-2.0.0~dfsg0/src/src.h b/debian/mp4v2/mp4v2-2.0.0~dfsg0/src/src.h new file mode 100644 index 00000000..472d8a0e --- /dev/null +++ b/debian/mp4v2/mp4v2-2.0.0~dfsg0/src/src.h @@ -0,0 +1,52 @@ +#ifndef MP4V2_IMPL_SRC_H +#define MP4V2_IMPL_SRC_H + +/////////////////////////////////////////////////////////////////////////////// + +#include "libplatform/platform.h" +#include <mp4v2/mp4v2.h> + +/////////////////////////////////////////////////////////////////////////////// + +namespace mp4v2 { namespace impl { + using namespace mp4v2::platform; + using io::File; + using io::FileSystem; +}} // namspace mp4v2::impl + +/////////////////////////////////////////////////////////////////////////////// + +#include "text.h" +#include "enum.h" +#include "exception.h" + +#include "bmff/typebmff.h" +#include "itmf/type.h" + +#include "util.h" +#include "log.h" +#include "mp4util.h" +#include "mp4array.h" +#include "mp4track.h" +#include "mp4file.h" +#include "mp4property.h" +#include "mp4container.h" + +#include "mp4atom.h" +#include "atoms.h" + +#include "bmff/bmff.h" +#include "itmf/itmf.h" +#include "qtff/qtff.h" + +#include "mp4descriptor.h" +#include "descriptors.h" +#include "ocidescriptors.h" + +#include "qosqualifiers.h" +#include "odcommands.h" +#include "rtphint.h" + +/////////////////////////////////////////////////////////////////////////////// + +#endif // MP4V2_IMPL_SRC_H |