Closed EasyIP2023 closed 2 years ago
Nevermind figured it out. Ended up compiling from source on image, but these are the configure flags I used.
./configure --prefix=/usr --disable-mad --disable-a52 --disable-lua --enable-omxil --enable-omxil-vout --enable-rpi-omxil --enable-mmal --enable-gles2 --enable-run-as-root --enable-avcodec --disable-ogg
Description Got VLC compiled with userland libs, but when I go to execute VLC on the pi4 mmal seems to not exists after running
vlc --list | grep mmal
. Is there something that I am missing?Steps to reproduce the issue:
DISABLE_VC4GRAPHICS = "1"
somewhere in a configlibsdl2_%.bbappend
recipeCONFIGURE_FLAGS = "--disable-video-wayland --disable-video-x11 --disable-video-opengl" EXTRA_OECONF_append_raspberrypi4 = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '${CONFIGURE_FLAGS}', d)}"
PACKAGECONFIG_remove = "\ notify dvdread x264 \ dc1394 dv1394 live555 \ freetype fontconfig fluidsynth \ "
PACKAGECONFIG_append_raspberrypi4 = " mmal"
--vout=mmal_vout --mmal-resize --mmal-isp --mmal-display=hdmi-2