From 268a8d92aed45460ec0f7ca9f34a84ef7033a991 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Sat, 18 Jan 2020 09:35:09 +0100 Subject: [PATCH] Enable mmal-avcodec for rpi --- vlc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/vlc.spec b/vlc.spec index 8e4ec8e..1deb4ad 100644 --- a/vlc.spec +++ b/vlc.spec @@ -341,6 +341,7 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || : --enable-omxil-vout \ --enable-rpi-omxil \ --enable-mmal \ + --enable-mmal-avcodec \ } \ %{?_with_aom:--enable-aom} \ %{!?_with_a52dec:--disable-a52} \