Skip to content

Commit

Permalink
Move opentime & opentimelineio to include dirs.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Feb 14, 2024
1 parent 0788f28 commit 99aa1bc
Show file tree
Hide file tree
Showing 47 changed files with 54 additions and 0 deletions.
File renamed without changes.
11 changes: 11 additions & 0 deletions src/opentime/include/opentime/opentime.h
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 src/opentimelineio/include/opentimelineio/opentimelineio.h
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.

0 comments on commit 99aa1bc

Please sign in to comment.