youviewtv / gst-mmal

GStreamer MMAL elements for H/W-accelerated video on Raspberry Pi
GNU Lesser General Public License v2.1
34 stars 9 forks source link

gst-mmal config #4

Open MitchGreenGit opened 5 years ago

MitchGreenGit commented 5 years ago

Hi,

I’m trying to setup gst-mmal for Pi 3B+ and am running into an issue where when I clone the Git repository and change directory to the folder ./configure generates the error: no such path or directory. Typing ls brings up config.ac so I don’t understand what the problem is. Autoconf generates several errors involving possibly undefined macros and Make ultimately ends up running into the no such path or directory error too.

Are there any workarounds for this?

cgudrian commented 4 years ago

You need to run ./autogen.sh. For that to succeed you probably need the packages autoconf, automake and libtool (perhaps libtool-bin as well) installed.