[FFmpeg-user] ffmpeg-1.0 make failed on Fedora x86_64

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Oct 5 10:02:14 CEST 2012


Reindl Harald <h.reindl <at> thelounge.net> writes:

> ../configure \
>  --prefix=/usr/local \
>  --bindir=/usr/local/bin \
>  --datadir=/usr/local/share/ffmpeg \
>  --incdir=/usr/local/include/ffmpeg \
>  --libdir=/usr/local/lib64 \
>  --mandir=/usr/local/man \

>  --arch=x86_64 \

This looks unneded.

>  --extra-cflags="-O3 -march=corei7 -mtune=corei7 -mmmx 
> -msse2 -msse3 -msse4.1 -msse4.2 -fopenmp -mfpmath=sse
> -fstack-protector --param=ssp-buffer-size=4 -pipe 
> -D_FORTIFY_SOURCE=2 -fexceptions" \

There are two possibilities:
Either this is useful (and helps performance), then 
it should be made default. At least a bug report 
would be nice.
Or it does not help, in that case simply remove it.

>  --extra-version=thelounge.net \
>  --enable-nonfree \
>  --enable-gpl \
>  --enable-version3 \
>  --enable-libopencore-amrnb \
>  --enable-libopencore-amrwb \
>  --enable-libfaac \
>  --enable-libgsm \
>  --enable-libmp3lame \
>  --enable-libopenjpeg \
>  --enable-libschroedinger \
>  --enable-libtheora \
>  --enable-libvorbis \
>  --enable-libx264 \
>  --enable-libxvid \
>  --enable-libvpx \
>  --enable-librtmp \

>  --enable-avfilter \
>  --enable-postproc \
>  --enable-swscale \
>  --enable-bzlib \
>  --enable-zlib \
>  --enable-libfreetype \
>  --enable-pthreads \
>  --enable-pic \

These look unneeded (at least most of them).

>  --enable-libopencv \

>  --enable-static \

This looks unneeded.

>  --enable-runtime-cpudetect \

Could you explain why this is useful?
(I may be missing something.)

>  --disable-libspeex \

This looks unneeded.

>  --disable-vdpau \
>  --disable-vaapi \
>  --disable-hwaccels \

>  --disable-shared \
>  --disable-libdc1394 \

These look unneeded.

[...]

Carl Eugen



More information about the ffmpeg-user mailing list