Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9231d392a608084f4fd8ee476421e5e7a187222d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <ismael AT iodev.co.uk>
  • To: Pavel Vinogradov <public AT sourcemaage.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9231d392a608084f4fd8ee476421e5e7a187222d)
  • Date: Wed, 8 Sep 2021 19:23:38 +0200

That's weird, I've compiled fine against ffmpeg-svn without that option
(version from January, I've not updated it since).

When/why is it exactly needed?


On 07/Sep/2021 19:21, Pavel Vinogradov wrote:
> GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:
>
> video/mpv/BUILD | 4 ++++
> video/mpv/HISTORY | 3 +++
> 2 files changed, 7 insertions(+)
>
> New commits:
> commit 9231d392a608084f4fd8ee476421e5e7a187222d
> Author: Pavel Vinogradov <public AT sourcemaage.org>
> Commit: Pavel Vinogradov <public AT sourcemaage.org>
>
> video/mpv: fixed building with ffmpeg--svn
>
> diff --git a/video/mpv/BUILD b/video/mpv/BUILD
> index bcb7248..980fc65 100755
> --- a/video/mpv/BUILD
> +++ b/video/mpv/BUILD
> @@ -18,5 +18,9 @@ if is_depends_enabled "${SPELL}" "smgl-gl_select"; then
> fi
> fi &&
>
> +if [[ $(get_spell_provider $SPELL LIBAVCODEC) == "ffmpeg-svn" ]]; then
> + OPTS+=" --enable-ffmpeg-strict-abi"
> +fi &&
> +
> OPTS+=" --bindir=${INSTALL_ROOT}/usr/bin
> --confdir=${INSTALL_ROOT}/etc/mpv" &&
> waf_build
> diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
> index 218d275..4453057 100644
> --- a/video/mpv/HISTORY
> +++ b/video/mpv/HISTORY
> @@ -1,3 +1,6 @@
> +2021-09-07 Pavel Vinogradov <public AT sourcemage.org>
> + * BUILD: fixed building with ffmpeg-svn (needs strict ABI)
> +
> 2021-04-05 Florian Franzmann <bwlf AT bandrate.org>
> * DETAILS: version 0.33.1, waf version 2.0.22, SECURITY_PATCH++
>
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> https://lists.ibiblio.org/mailman/listinfo/sm-commit

--
Ismael Luceno
http://iodev.co.uk/




Archive powered by MHonArc 2.6.24.

Top of Page