Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitddbbb00

Browse files
author
Clement Champetier
committed
CMake: update RPATH in avtranscoder library
* An absolute could be dangerous in other platform.* Put a relative path to the libraries which are put in the GitHubreleases.
1 parent02e9b58 commitddbbb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ else()
4040
endif()
4141
set_target_properties(avtranscoder-sharedPROPERTIESSOVERSION${AVTRANSCODER_VERSION_MAJOR})
4242
set_target_properties(avtranscoder-sharedPROPERTIESVERSION${AVTRANSCODER_VERSION})
43-
set_target_properties(avtranscoder-sharedPROPERTIESINSTALL_RPATH_USE_LINK_PATH1)
43+
set_target_properties(avtranscoder-sharedPROPERTIESINSTALL_RPATH"$ORIGIN/../../install-dependency/lib:$ORIGIN")
4444
target_link_libraries(avtranscoder-shared${FFMPEG_LIBRARIES})
4545
target_include_directories(avtranscoder-sharedPUBLIC${AVTRANSCODER_SRC_PATH}${FFMPEG_INCLUDE_DIR})
4646

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp