Skip to content

Accept GNU rpath flags from FFmpeg pkg-config. - #2395

Open
daveisfera wants to merge 2 commits into
PyAV-Org:mainfrom
daveisfera:accept-ffmpeg-enable-rpath
Open

Accept GNU rpath flags from FFmpeg pkg-config.#2395
daveisfera wants to merge 2 commits into
PyAV-Org:mainfrom
daveisfera:accept-ffmpeg-enable-rpath

Conversation

@daveisfera

Copy link
Copy Markdown
Contributor

Source builds against a shared FFmpeg configured with --enable-rpath were failing on -Wl,-rpath, and even parsed -R flags never reached the linker.

parse_cflags was broken out to its own file to allow for testing

daveisfera and others added 2 commits August 25, 2026 17:21
Source builds against a shared FFmpeg configured with --enable-rpath were failing on -Wl,-rpath, and even parsed -R flags never reached the linker.

Co-authored-by: Cursor <cursoragent@cursor.com>
MSVC has no rpath, and setuptools errors if that list is non-empty, which broke the --ffmpeg-dir= CI build.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant