Skip to content

Commit 999757a

Browse files
committed
Fix
1 parent 6b8e8be commit 999757a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/torchcodec/decoders/_core/fetch_and_expose_non_gpl_ffmpeg_libs.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
4545
libavdevice.so.58
4646
libavfilter.so.7
4747
libswscale.so.5
48-
libswresample.3
48+
libswresample.so.3
4949
)
5050
set(
5151
f5_library_file_names
@@ -55,7 +55,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
5555
libavdevice.so.59
5656
libavfilter.so.8
5757
libswscale.so.6
58-
libswresample.4
58+
libswresample.so.4
5959
)
6060
set(
6161
f6_library_file_names
@@ -65,7 +65,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
6565
libavdevice.so.60
6666
libavfilter.so.9
6767
libswscale.so.7
68-
libswresample.4
68+
libswresample.so.4
6969
)
7070
set(
7171
f7_library_file_names
@@ -75,7 +75,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
7575
libavdevice.so.61
7676
libavfilter.so.10
7777
libswscale.so.8
78-
libswresample.5
78+
libswresample.so.5
7979
)
8080
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
8181
set(

0 commit comments

Comments
 (0)