Re: [FFmpeg-user] ERROR: libfdk_aac not found

2018-04-15 Thread Carl Eugen Hoyos
2018-04-15 15:25 GMT+02:00, La poste :

> git clone https://github.com/FFmpeg/FFmpeg.git
>
> cd FFmpeg
>
> ./configure --prefix=/usr/local --arch=armel --target-os=linux
> --enable-omx-rpi --enable-nonfree --enable-gpl --enable-libfdk-aac
> --enable-mmal --enable-libx264 --enable-decoder=h264 --enable-network
> --enable-protocol=tcp --enable-demuxer=rtsp
>
> And :
>
> ERROR: libfdk_aac 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.

I believe more text gets printed here...

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ERROR: libfdk_aac not found

2018-04-15 Thread Gralfus
Did you install libfdk_aac first before configuring ffmpeg?

In my version of linux, that is done with 
sudo apt-get install libfdk-aac-dev

Or you can follow the guide for setting up ffmpeg which includes how to
install the options you like:
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu





--
Sent from: http://www.ffmpeg-archive.org/
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ERROR: libfdk_aac not found

2018-04-15 Thread Reindl Harald


Am 15.04.2018 um 15:25 schrieb La poste:
> Hi ! I was installing ffmpeg with this page : 
> https://github.com/KhaosT/homebridge-camera-ffmpeg/wiki/Raspberry-PI 
> 
> 
> git clone https://github.com/FFmpeg/FFmpeg.git 
> 
> 
> cd FFmpeg
> 
> ./configure --prefix=/usr/local --arch=armel --target-os=linux 
> --enable-omx-rpi --enable-nonfree --enable-gpl --enable-libfdk-aac 
> --enable-mmal --enable-libx264 --enable-decoder=h264 --enable-network 
> --enable-protocol=tcp --enable-demuxer=rtsp
> 
> And :
> 
> ERROR: libfdk_aac not found

so why don't you just install the devel-package or don't use
--enable-libfdk-aac
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] ERROR: libfdk_aac not found

2015-02-18 Thread Reindl Harald


Am 18.02.2015 um 11:53 schrieb Eng.Hany Ahmed:

this the command input i using  ./configure --extra-cflags=-I$PREFIX/include 
--extra-ldflags=-L$PREFIX/lib --bindir=$PREFIX/bin --extra-libs=-ldl --enable-gpl 
--enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis 
--enable-libvpx --enable-version3 --enable-libass --enable-libx264  --enable-nonfree --enable-libopus --enable-gpl 
--enable-libass --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb 
--enable-libopencore-amrwb --enable-librtmp --enable-libtheora  --enable-libvorbis --enable-libvpx --enable-x11grab 
--enable-libx264 --enable-nonfree --enable-version3 --enable-avfilter --enable-postproc --disable-asm --enable-libass 
--enable-libopencore-amrnb --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-libxvid --enable-libx264 
--disable-vdpau --enable-libvpx --mandir=/usr/pkg/man --cc=gcc --prefix=/usr/pkg --disable-debug 
--disable-optimizations --disable-stripping --
  enable-shared --enable-pthreads --enable-runtime-cpudetect --enable-avfilter  
 --enable-pthreads --enable-x11grab --enable-bzlib   --enable-libdc1394 
--enable-libfaac  --enable-libgsm --enable-libmp3lame --enable-libnut 
--enable-libschroedinger --enable-libtheora --enable-libvorbis --enable-libx264 
--enable-libxvid --enable-zlib
this the output ERROR: libfdk_aac not found


WTF - the line you postet contains --enable-libass --enable-libfaac 
--enable-libfdk-aac and re-view your own input you would have found 
that as well as with post it with your first mail i would have been able 
to tell you the obvious in the first reply




signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] ERROR: libfdk_aac not found

2015-02-18 Thread Reindl Harald


Am 18.02.2015 um 07:18 schrieb Eng.Hany Ahmed:

Helloi try to compiling the ffmpeg and i found this error msg  ERROR: libfdk_aac not 
found  i removed the switch --enable-libfdk_aac and try to re compiled the ffmpeg 
again but i got same problem .can anyone help please ?


what about provide complete input and output?
http://www.catb.org/esr/faqs/smart-questions.html#beprecise




signature.asc
Description: OpenPGP digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] ERROR: libfdk_aac not found

2015-02-18 Thread Eng . Hany Ahmed
this the command input i using  ./configure --extra-cflags=-I$PREFIX/include 
--extra-ldflags=-L$PREFIX/lib --bindir=$PREFIX/bin --extra-libs=-ldl 
--enable-gpl --enable-libmp3lame --enable-libopencore-amrnb 
--enable-libopencore-amrwb --enable-libtheora --enable-libvorbis 
--enable-libvpx --enable-version3 --enable-libass --enable-libx264  
--enable-nonfree --enable-libopus --enable-gpl --enable-libass --enable-libfaac 
--enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb 
--enable-libopencore-amrwb --enable-librtmp --enable-libtheora  
--enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 
--enable-nonfree --enable-version3 --enable-avfilter --enable-postproc 
--disable-asm --enable-libass --enable-libopencore-amrnb --enable-libtheora 
--enable-libvorbis --enable-libmp3lame --enable-libxvid --enable-libx264 
--disable-vdpau --enable-libvpx --mandir=/usr/pkg/man --cc=gcc 
--prefix=/usr/pkg --disable-debug --disable-optimizations --disable-stripping --
 enable-shared --enable-pthreads --enable-runtime-cpudetect --enable-avfilter   
--enable-pthreads --enable-x11grab --enable-bzlib   --enable-libdc1394 
--enable-libfaac  --enable-libgsm --enable-libmp3lame --enable-libnut 
--enable-libschroedinger --enable-libtheora --enable-libvorbis --enable-libx264 
--enable-libxvid --enable-zlib
this the outputERROR: libfdk_aac not found
If you think configure made a mistake, make sure you are using the 
latestversion from Git.  If the latest version fails, report the problem to 
theffmpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg on 
irc.freenode.net.Include the log file config.log produced by configure as 
this will helpsolve the problem.

   Best Regards ,Web Creatives  Eng.Hany Ahmed  +201000871230  
+201096660598   http://NSlinux.com   http://Topx1.com   Skype: micro2me



Date: Wed, 18 Feb 2015 11:27:15 +0100
From: h.rei...@thelounge.net
To: ffmpeg-user@ffmpeg.org
Subject: Re: [FFmpeg-user] ERROR: libfdk_aac not found

 
Am 18.02.2015 um 07:18 schrieb Eng.Hany Ahmed:
 Helloi try to compiling the ffmpeg and i found this error msg  ERROR: 
 libfdk_aac not found  i removed the switch --enable-libfdk_aac and try to 
 re compiled the ffmpeg again but i got same problem .can anyone help please ?
 
what about provide complete input and output?
http://www.catb.org/esr/faqs/smart-questions.html#beprecise
 
 

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user  
  
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user