Skip to content

Commit 8e7b8d1

Browse files
committed
libpostproc
1 parent 226904b commit 8e7b8d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ else ()
9595
${CMAKE_SOURCE_DIR}/lib/libavformat.a
9696
${CMAKE_SOURCE_DIR}/lib/libavutil.a
9797
${CMAKE_SOURCE_DIR}/lib/libavfilter.a
98+
${CMAKE_SOURCE_DIR}/lib/libpostproc.a
9899
${CMAKE_SOURCE_DIR}/lib/libswresample.a
99100
${CMAKE_SOURCE_DIR}/lib/libswscale.a
100101
${BZIP2_LIBRARY}
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"
102+
"-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"
102103
) # macos
103104

104105
if(NOT CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")

0 commit comments

Comments
 (0)