legotheboss / YouTube-files

Files for QuickPi tutorials
https://www.youtube.com/QuickPie
109 stars 40 forks source link

HI, do you mind advise why I am not able to ./configure #24

Closed hamwong closed 6 years ago

hamwong commented 6 years ago

hi, when I try to ./configure with below command, I got error

:~/FFMpeg$ sudo ./configure --arch=armel --target-os=linux --enable-gpl --enable-omx --enable-omx-rpi --enable-nonfree
ERROR: OMX_Core.h header not found

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.

do you mind advise me why and how to fix it?

hamwong commented 6 years ago

I solved.

jeylites commented 6 years ago

@hamwong I have the same error, what was your fix?

hamwong commented 6 years ago

@jeylites it was due to miss omx library, I don't know why one is it, I add many of library, you may try mine,

sudo apt-get install autoconf automake build-essential libass-dev libfreetype6-dev \
libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev \
libxcb-xfixes0-dev pkg-config texinfo zlib1g-dev libomxil-bellagio-dev liba52-0.7.4-dev libdirac-dev \
libdvdread-dev libkate-dev libbluray-dev libcddb2-dev libdca-dev libfaad-dev libflac-dev libmad0-dev libmodplug-dev \
libmpcdec-dev libmpeg2-4-dev libogg-dev libopencv-dev libpostproc-dev libshout3-dev libspeex-dev libspeexdsp-dev \
libssh2-1-dev liblua5.1-0-dev libopus-dev libschroedinger-dev libsmbclient-dev libtwolame-dev libx264-dev \
libxcb-composite0-dev libxcb-randr0-dev libxcb-xv0-dev libzvbi-dev libopencore-amrnb-dev
jeylites commented 6 years ago

OK, will give it a try