Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg: remove ffplay subpackage #32519

Closed
wants to merge 2 commits into from
Closed

Conversation

paper42
Copy link
Member

@paper42 paper42 commented Aug 16, 2021

moved to a separate package due to a cyclic dependency
SDL2 - pipewire - ffmpeg (ffplay) - SDL2

I am not sure if this is the best approach.

moved to a separate package due to a cyclic dependency
SDL2 - pipewire - ffmpeg (ffplay) - SDL2
Copy link
Member

@ericonr ericonr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

However, the suggestion in #32515 (comment) sounds a tad cleaner...

Comment on lines +39 to +41
$CC -o ffplay fftools/ffplay.c fftools/cmdutils.c \
-lm -I. \
$(pkg-config --cflags --libs sdl2 libavcodec libavdevice libavfilter libavformat libavresample libavutil libpostproc libswresample libswscale)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels somewhat fragile, since we could miss any defines added by configure scripts and what not. I'd almost say building the entire thing and just taking the binary afterwards is safer.

@paper42
Copy link
Member Author

paper42 commented Aug 16, 2021

closing in favor of a better solution in #32521

@paper42 paper42 closed this Aug 16, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 15, 2021
@paper42 paper42 deleted the split-ffplay branch April 8, 2022 11:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants