On Thu, Jun 12, 2008 at 1:30 PM, Alexander Kern <[EMAIL PROTECTED]> wrote: > use ./configure --enable-debug --enable-gpl --prefix=/usr --libdir=/usr/lib64 > --disable-mmx --avformat-svn-extra -fPIC > for configure an make. I cannot make static ffmpeg build. Got a lot of > relocations errors.
Sorry to take so long to respond, but I just booted up into 64 bit environment where I already had MLT working to check its config. Here is how I configured it: ./configure --prefix=/home/ddennedy --enable-gpl --disable-mmx --avformat-swscale --avformat-static=/home/ddennedy/builds/ffmpeg/src/ffmpeg/ --avformat-ldextra="-lmp3lame -lfaad -lfaac -lx264" As you can see, I did a static build. I am not 100% sure, but I think I had problems with a non-static build. This is on ArchLinux, so don't expect things like libdir to be the same. This is somewhat dated: FFmpeg version SVN-r11915, configuration: --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libfaad --enable-libfaac --disable-ffplay --disable-ffserver --disable-ipv6 --disable-mmx --enable-pthreads --enable-swscaler --extra-cflags=-fPIC --extra-ldflags=-DPIC 'ffmpeg -version' will simply display your configuration for comparison. -- +-DRD-+ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Kdenlive-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kdenlive-devel
