Skip to content

Commit 226904b

Browse files
committed
add -lpostproc
1 parent 385f85a commit 226904b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ else ()
9898
${CMAKE_SOURCE_DIR}/lib/libswresample.a
9999
${CMAKE_SOURCE_DIR}/lib/libswscale.a
100100
${BZIP2_LIBRARY}
101-
"-lm -lbz2 -lz -liconv -pthread -framework Security -framework VideoToolbox -framework CoreFoundation -framework CoreMedia -framework CoreVideo -framework CoreServices -framework CoreAudio -framework AVFoundation -framework CoreGraphics -framework AudioToolbox -framework Metal -framework CoreImage -framework AppKit"
101+
"-lm -lbz2 -lz -liconv -lpostproc -pthread -framework Security -framework VideoToolbox -framework CoreFoundation -framework CoreMedia -framework CoreVideo -framework CoreServices -framework CoreAudio -framework AVFoundation -framework CoreGraphics -framework AudioToolbox -framework Metal -framework CoreImage -framework AppKit"
102102
) # macos
103103

104104
if(NOT CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")

0 commit comments

Comments
 (0)