[FFmpeg-user] configure err with cygwin

Anshul anshul.ffmpeg at gmail.com
Sat Apr 19 23:06:48 CEST 2014


Frank R <linuxrojas at gmail.com> wrote:
>I am gettng error with configure script and libaacplus on cygwin
>
>sh-4.1$ ./configure --enable-gpl --enable-libx264 --enable-libmp3lame
>--enable-nonfree --enable-libaacplus
>ERROR: libaacplus >= 2.0.0 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 at ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
>Include the log file "config.log" produced by configure as this will
>help
>solving the problem.
>
>
>config.log -- issues
>
>BEGIN /tmp/ffconf.kRIFjT2g.m
>    1   #include <AVFoundation/AVFoundation.h>
>    2   int main(void) { return 0; }
>END /tmp/ffconf.kRIFjT2g.m
>gcc -Werror=missing-prototypes -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64
>-D_LARGEFILE_SOURCE -U__STRICT_ANSI__ -std=c99 -fomit-frame-pointer
>-pthread -c -o /tmp/ffconf.GKihfmky.o /tmp/ffconf.kRIFjT2g.m
>gcc: error: spawn: No such file or directory
>check_lib aacplus.h aacplusEncOpen -laacplus
>check_header aacplus.h
>check_cpp
>BEGIN /tmp/ffconf.BEilMTlr.c
>    1   #include <aacplus.h>
>    2   int x;
>END /tmp/ffconf.BEilMTlr.c
>gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
>-U__STRICT_ANSI__ -std=c99 -fomit-frame-pointer -pthread -E -o
>/tmp/ffconf.GKihfmky.o /tmp/ffconf.BEilMTlr.c
>check_func aacplusEncOpen -laacplus
>check_ld cc -laacplus
>check_cc
>BEGIN /tmp/ffconf.BEilMTlr.c
>    1   extern int aacplusEncOpen();
>    2   int main(void){ aacplusEncOpen(); }
>END /tmp/ffconf.BEilMTlr.c
>gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
>-U__STRICT_ANSI__ -std=c99 -fomit-frame-pointer -pthread -c -o
>/tmp/ffconf.GKihfmky.o /tmp/ffconf.BEilMTlr.c
>gcc -Wl,--as-needed -o /tmp/ffconf.aUjwgq7T.exe /tmp/ffconf.GKihfmky.o
>-laacplus -lm -lbz2 -lz -pthread -lpsapi -ladvapi32 -lshell32
>/usr/lib/gcc/i686-pc-cygwin/4.8.2/../../../../i686-pc-cygwin/bin/ld:
>cannot find -laacplus
>collect2: error: ld returned 1 exit status
>ERROR: libaacplus >= 2.0.0 not found
>_______________________________________________
>ffmpeg-user mailing list
>ffmpeg-user at ffmpeg.org
>http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Isnt it clear that you need to install libaacplus. Give path of libaacplus or keep that library where it can be found by cygbin.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


More information about the ffmpeg-user mailing list