<div dir="ltr"><div>Hi, everyone<br></div><div><br></div><div>I compiled Orc package from source and installed it on my platform (ARM A53 board, 64-bit Linux). Then I compiled GStreamer plugin packages such as gst-plugins-base and installed them on my platform. I can see "configure: *** Orc acceleration enabled." when running configure in my build system. On the other hand, if Orc is not installed, I saw "configure: *** Orc acceleration disabled.  Requires Orc >= 0.4.23, which was not found.  Slower code paths will be used."</div><div><br></div><div>However, I do not get Orc work on my platform because of Compilation disabled. An example is shown below:</div><div><br></div><div>$ ORC_DEBUG=4 gst-launch-1.0 videotestsrc num-buffers=100 ! video/x-raw,format=I420 ! fakesink</div><div>Setting pipeline to PAUSED ...</div><div>Pipeline is PREROLLING ...</div><div>ORC: INFO: orcdebug.c(70): _orc_debug_init(): orc-0.4.25 debug init</div><div>ORC: INFO: orccompiler.c(194): orc_program_compile_full(): initializing compiler for program "video_test_src_orc_splat_u32"</div><div>ORC: WARNING: orccompiler.c(392): orc_program_compile_full(): program video_test_src_orc_splat_u32 failed to compile, reason: Compilation disabled, using backup</div><div>ORC: INFO: orccompiler.c(415): orc_program_compile_full(): finished compiling (fail)</div><div>...</div><div><br></div><div>The log indicates that Orc is available on the platform since orc_program_compile_full() comes from Orc package. How can I run GStreamer with Orc acceleration on 64-bit ARM platform?</div><div><br></div><div>BTW, I saw "Currently there is no ARM64/AArch64 support in ORC." at <a href="https://gstreamer.freedesktop.org/projects/orc.html">https://gstreamer.freedesktop.org/projects/orc.html</a></div><div><br></div><div>Thanks</div><div><br></div></div>