File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/torchcodec/share/cmake/TorchCodec Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 55#
66# This will define the following variables:
77#
8- # TORCHCODEC_FOUND -- True if the system has the TorchCodec library
9- # TORCHCODEC_VARIANTS -- List of TorchCodec variants
8+ # TORCHCODEC_FOUND: True if the system has the TorchCodec library
9+ # TORCHCODEC_VARIANTS: list of TorchCodec variants. A variant is a supprorted
10+ # FFmpeg major version.
1011#
1112# and the following imported targets:
1213#
1314# torchcodec::ffmpeg${N}
1415# torchcodec::core${N}
1516#
16- # where N is a TorchCodec variant from TORCHCODEC_VARIANTS list.
17+ # where N is a TorchCodec variant (FFmpeg major version) from
18+ # TORCHCODEC_VARIANTS list.
1719
1820include (FindPackageHandleStandardArgs)
1921include ("${CMAKE_CURRENT_LIST_DIR} /ffmpeg_versions.cmake" )
You can’t perform that action at this time.
0 commit comments