-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move opentime & opentimelineio to include dirs.
- Loading branch information
Showing
47 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef __OPENTIME_H__ | ||
#define __OPENTIME_H__ | ||
|
||
#include "opentime/version.h" | ||
#include "opentime/errorStatus.h" | ||
#include "opentime/timeRange.h" | ||
#include "opentime/rationalTime.h" | ||
#include "opentime/timeTransform.h" | ||
#include "opentime/stringPrintf.h" | ||
|
||
#endif // __OPENTIME_H__ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
43 changes: 43 additions & 0 deletions
43
src/opentimelineio/include/opentimelineio/opentimelineio.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
#ifndef __OPENTIMELINEIO_H__ | ||
#define __OPENTIMELINEIO_H__ | ||
|
||
#include "opentimelineio/algo/editAlgorithm.h" | ||
#include "opentimelineio/any.h" | ||
#include "opentimelineio/anyDictionary.h" | ||
#include "opentimelineio/anyVector.h" | ||
#include "opentimelineio/clip.h" | ||
#include "opentimelineio/composable.h" | ||
#include "opentimelineio/composition.h" | ||
#include "opentimelineio/deserialization.h" | ||
#include "opentimelineio/effect.h" | ||
#include "opentimelineio/errorStatus.h" | ||
#include "opentimelineio/externalReference.h" | ||
#include "opentimelineio/freezeFrame.h" | ||
#include "opentimelineio/gap.h" | ||
#include "opentimelineio/generatorReference.h" | ||
#include "opentimelineio/imageSequenceReference.h" | ||
#include "opentimelineio/item.h" | ||
#include "opentimelineio/linearTimeWarp.h" | ||
#include "opentimelineio/marker.h" | ||
#include "opentimelineio/mediaReference.h" | ||
#include "opentimelineio/missingReference.h" | ||
#include "opentimelineio/optional.h" | ||
#include "opentimelineio/safely_typed_any.h" | ||
#include "opentimelineio/serializableCollection.h" | ||
#include "opentimelineio/serializableObject.h" | ||
#include "opentimelineio/serializableObjectWithMetadata.h" | ||
#include "opentimelineio/serialization.h" | ||
#include "opentimelineio/stack.h" | ||
#include "opentimelineio/stackAlgorithm.h" | ||
#include "opentimelineio/stringUtils.h" | ||
#include "opentimelineio/timeEffect.h" | ||
#include "opentimelineio/timeline.h" | ||
#include "opentimelineio/track.h" | ||
#include "opentimelineio/trackAlgorithm.h" | ||
#include "opentimelineio/transition.h" | ||
#include "opentimelineio/typeRegistry.h" | ||
#include "opentimelineio/unknownSchema.h" | ||
#include "opentimelineio/vectorIndexing.h" | ||
#include "opentimelineio/version.h" | ||
|
||
#endif // __OPENTIMELINEIO_H__ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.