Skip to content

Commit ae179f5

Browse files
committed
Move to core lib
1 parent 0d545d1 commit ae179f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/torchcodec/_core/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ function(make_torchcodec_libraries
9393
CpuDeviceInterface.cpp
9494
SingleStreamDecoder.cpp
9595
Encoder.cpp
96+
ValidationUtils.cpp
9697
)
9798

9899
if(ENABLE_CUDA)
@@ -123,7 +124,6 @@ function(make_torchcodec_libraries
123124
set(custom_ops_sources
124125
AVIOTensorContext.cpp
125126
custom_ops.cpp
126-
ValidationUtils.cpp
127127
)
128128
set(custom_ops_dependencies
129129
${core_library_name}
@@ -141,7 +141,6 @@ function(make_torchcodec_libraries
141141
set(pybind_ops_sources
142142
AVIOFileLikeContext.cpp
143143
pybind_ops.cpp
144-
ValidationUtils.cpp
145144
)
146145
set(pybind_ops_dependencies
147146
${core_library_name}

0 commit comments

Comments
 (0)