Discussion:
[FFmpeg-user] Problem Configuring Source
Ryan Wells
2016-09-23 03:30:49 UTC
Permalink
Hi,

I hope this is the right place for this question. Also apologies for
being new to compiling ffmpeg from source. I downloaded the source from
this commit: bc26fe89275c267d169b468356c82ee59874407d, and I received
this error when running ./configure: ERROR: ladspa.h header not found.

Here are the config options I passed:

[***@manjaro ffmpeg]$ ./configure --prefix=/usr --disable-debug
--disable-static --disable-stripping --enable-avisynth
--enable-avresample --enable-fontconfig --enable-gmp --enable-gnutls
--enable-gpl --enable-ladspa --enable-libass --enable-libbluray
--enable-libfreetype --enable-libfribidi --enable-libgsm
--enable-libiec61883 --enable-libmodplug --enable-libmp3lame
--enable-libopencore_amrnb --enable-libopencore_amrwb
--enable-libopenjpeg --enable-libopus --enable-libpulse
--enable-libschroedinger --enable-libsoxr --enable-libspeex
--enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab
--enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264
--enable-libx265 --enable-libxvid --enable-netcdf --enable-shared
--enable-version3 --enable-x11grab --enable-libcdio

I've also attached the config.log for reference.

Any help would be greatly appreciated,

Ryan Wells
Carl Eugen Hoyos
2016-09-23 20:24:39 UTC
Permalink
Post by Ryan Wells
ERROR: ladspa.h header not found.
If you want to use --enable-ladspa in your configure line, you need to
have the header ladspa.h installed.
The name of the needed package is "ladspa-devel" or "ladspa-sdk-dev".

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

To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg.org with s

Continue reading on narkive:
Loading...