GNOME Bugzilla – Bug 783328
video: Compile Error in video-format.c, need to update disted orc files
Last modified: 2017-06-01 22:32:25 UTC
Created attachment 353024 [details] compilation output On Ubuntu Trusty, video-format.c compilation fails (see attached build.log file). The package liborc-0.4-dev is installed. On Trusty liborc is version 0.4.18. The configure.ac requires ORC_CHECK(0.4.24), however, does not cause configure to fail as it should. The first bad commit is: commit 103d265cf09e1ea73d5553ab11820aa89d7e2796 Author: Wim Taymans <wtaymans@redhat.com> Date: Thu Jun 1 17:45:41 2017 +0200 Fix RGBA and ABGR pack/unpack on big endian cpu The pack and unpack functions for RGBA and ABGR only work for little endian cpus. Add variants for big endian as well.
Created attachment 353025 [details] configure log
Created attachment 353030 [details] [review] [PATCH] video: update orc generated files Includes updates from: 103d265 Fix RGBA and ABGR pack/unpack on big endian cpu --- Should we updated the dist orc files as we go, or would it be better to get configure to fail in git builds if a modern orc is missing?
commit 09af0f1fbd93e0c3c5378ce7c1f3ad7ca8f51587 Author: Scott D Phillips <scott.d.phillips@intel.com> Date: Thu Jun 1 13:28:42 2017 -0700 video: update orc generated files Includes updates from: 103d265 Fix RGBA and ABGR pack/unpack on big endian cpu https://bugzilla.gnome.org/show_bug.cgi?id=783328