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

x265 4.1 #198642

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

x265 4.1 #198642

wants to merge 9 commits into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Nov 22, 2024
@github-actions github-actions bot added the long build Set a long timeout for formula testing label Nov 22, 2024
@daeho-ro daeho-ro added the long dependent tests Set a long timeout for dependent testing label Nov 22, 2024
@daeho-ro
Copy link
Member

daeho-ro commented Nov 23, 2024

for gstreamer

  gcc-11 -Isubprojects/gst-plugins-bad/ext/x265/libgstx265.so.p -Isubprojects/gst-plugins-bad/ext/x265 -I../subprojects/gst-plugins-bad/ext/x265 -Isubprojects/gst-plugins-bad -I../subprojects/gst-plugins-bad -Isubprojects/gst-plugins-base/gst-libs -I../subprojects/gst-plugins-base/gst-libs -Isubprojects/gstreamer/libs -I../subprojects/gstreamer/libs -Isubprojects/gstreamer -I../subprojects/gstreamer -Isubprojects/gst-plugins-base/gst-libs/gst/pbutils -Isubprojects/gst-plugins-base/gst-libs/gst/video -Isubprojects/gstreamer/libs/gst/base -Isubprojects/gstreamer/gst -Isubprojects/gst-plugins-base/gst-libs/gst/audio -Isubprojects/gst-plugins-base/gst-libs/gst/tag -I/home/linuxbrew/.linuxbrew/Cellar/glib/2.82.2/include/glib-2.0 -I/home/linuxbrew/.linuxbrew/Cellar/glib/2.82.2/lib/glib-2.0/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre2/10.44/include -I/home/linuxbrew/.linuxbrew/Cellar/glib/2.82.2/include -I/home/linuxbrew/.linuxbrew/Cellar/libffi/3.4.6/include -I/home/linuxbrew/.linuxbrew/Cellar/orc/0.4.40/include/orc-0.4 -I/home/linuxbrew/.linuxbrew/opt/zlib/include -I/home/linuxbrew/.linuxbrew/Cellar/x265/4.1/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -fvisibility=hidden -fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -Wmissing-prototypes -Wold-style-definition -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wvla -Wpointer-arith -fPIC -pthread -DHAVE_CONFIG_H -MD -MQ subprojects/gst-plugins-bad/ext/x265/libgstx265.so.p/gstx265enc.c.o -MF subprojects/gst-plugins-bad/ext/x265/libgstx265.so.p/gstx265enc.c.o.d -o subprojects/gst-plugins-bad/ext/x265/libgstx265.so.p/gstx265enc.c.o -c ../subprojects/gst-plugins-bad/ext/x265/gstx265enc.c
  ../subprojects/gst-plugins-bad/ext/x265/gstx265enc.c: In function ‘gst_x265_enc_init_encoder_locked’:
  ../subprojects/gst-plugins-bad/ext/x265/gstx265enc.c:951:54: error: assignment to expression with array type
    951 |       encoder->x265param.masteringDisplayColorVolume =
        |    

@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Nov 23, 2024
@chenrui333
Copy link
Member

for gstreamer

  gcc-11 -Isubprojects/gst-plugins-bad/ext/x265/libgstx265.so.p -Isubprojects/gst-plugins-bad/ext/x265 -I../subprojects/gst-plugins-bad/ext/x265 -Isubprojects/gst-plugins-bad -I../subprojects/gst-plugins-bad -Isubprojects/gst-plugins-base/gst-libs -I../subprojects/gst-plugins-base/gst-libs -Isubprojects/gstreamer/libs -I../subprojects/gstreamer/libs -Isubprojects/gstreamer -I../subprojects/gstreamer -Isubprojects/gst-plugins-base/gst-libs/gst/pbutils -Isubprojects/gst-plugins-base/gst-libs/gst/video -Isubprojects/gstreamer/libs/gst/base -Isubprojects/gstreamer/gst -Isubprojects/gst-plugins-base/gst-libs/gst/audio -Isubprojects/gst-plugins-base/gst-libs/gst/tag -I/home/linuxbrew/.linuxbrew/Cellar/glib/2.82.2/include/glib-2.0 -I/home/linuxbrew/.linuxbrew/Cellar/glib/2.82.2/lib/glib-2.0/include -I/home/linuxbrew/.linuxbrew/Cellar/pcre2/10.44/include -I/home/linuxbrew/.linuxbrew/Cellar/glib/2.82.2/include -I/home/linuxbrew/.linuxbrew/Cellar/libffi/3.4.6/include -I/home/linuxbrew/.linuxbrew/Cellar/orc/0.4.40/include/orc-0.4 -I/home/linuxbrew/.linuxbrew/opt/zlib/include -I/home/linuxbrew/.linuxbrew/Cellar/x265/4.1/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -fvisibility=hidden -fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -Wmissing-prototypes -Wold-style-definition -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wvla -Wpointer-arith -fPIC -pthread -DHAVE_CONFIG_H -MD -MQ subprojects/gst-plugins-bad/ext/x265/libgstx265.so.p/gstx265enc.c.o -MF subprojects/gst-plugins-bad/ext/x265/libgstx265.so.p/gstx265enc.c.o.d -o subprojects/gst-plugins-bad/ext/x265/libgstx265.so.p/gstx265enc.c.o -c ../subprojects/gst-plugins-bad/ext/x265/gstx265enc.c
  ../subprojects/gst-plugins-bad/ext/x265/gstx265enc.c: In function ‘gst_x265_enc_init_encoder_locked’:
  ../subprojects/gst-plugins-bad/ext/x265/gstx265enc.c:951:54: error: assignment to expression with array type
    951 |       encoder->x265param.masteringDisplayColorVolume =
        |    

upstream patch, https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7948

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. long build Set a long timeout for formula testing long dependent tests Set a long timeout for dependent testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants