File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -97,17 +97,11 @@ else ()
9797 ${CMAKE_SOURCE_DIR} /lib/libavfilter.a
9898 ${CMAKE_SOURCE_DIR} /lib/libpostproc.a
9999 ${CMAKE_SOURCE_DIR} /lib/libswresample.a
100- ${CMAKE_SOURCE_DIR} /lib/libswscale.a
100+ ${CMAKE_SOURCE_DIR} /lib/libswscale.a
101+ ${CMAKE_SOURCE_DIR} /lib/liblzma.a
101102 ${BZIP2_LIBRARY}
102103 "-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"
103104 ) # macos
104-
105- if (NOT CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64" )
106- set (STATIC_LIBS
107- ${STATIC_LIBS}
108- ${CMAKE_SOURCE_DIR} /lib/liblzma.a
109- )
110- endif ()
111105endif ()
112106target_link_libraries (${PROJECT_NAME} ${STATIC_LIBS} )
113107
You can’t perform that action at this time.
0 commit comments