We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290c96e commit 5f42d15Copy full SHA for 5f42d15
src/torchcodec/_core/CMakeLists.txt
@@ -59,14 +59,13 @@ function(make_torchcodec_libraries
59
set(decoder_library_name "libtorchcodec_decoder${ffmpeg_major_version}")
60
set(decoder_sources
61
AVIOContextHolder.cpp
62
+ AVIOBytesContext.cpp
63
FFMPEGCommon.cpp
- DeviceInterface.cpp
64
+ DeviceInterface.cpp
65
SingleStreamDecoder.cpp
66
# TODO: lib name should probably not be "*_decoder*" now that it also
67
# contains an encoder
68
Encoder.cpp
- # TODO-Encoding remove from here. Should only be needed in custom_ops.cpp
69
- AVIOBytesContext.cpp
70
)
71
72
if(ENABLE_CUDA)
0 commit comments