Skip to content

Commit 8fe144b

Browse files
committed
Squashed commit of the following:
Finished edit algorithms.
1 parent 834133a commit 8fe144b

File tree

8 files changed

+2262
-419
lines changed

8 files changed

+2262
-419
lines changed

src/opentimelineio/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(OPENTIMELINEIO_HEADER_FILES
99
composable.h
1010
composition.h
1111
deserialization.h
12-
editAlgorithm.h
12+
algo/editAlgorithm.h
1313
effect.h
1414
errorStatus.h
1515
externalReference.h
@@ -45,7 +45,7 @@ add_library(opentimelineio ${OTIO_SHARED_OR_STATIC_LIB}
4545
composable.cpp
4646
composition.cpp
4747
deserialization.cpp
48-
editAlgorithm.cpp
48+
algo/editAlgorithm.cpp
4949
effect.cpp
5050
errorStatus.cpp
5151
externalReference.cpp

0 commit comments

Comments
 (0)