Eric Akkerman <[email protected]> added the comment: Ok, to fill in situation, for some reason my ffmpeg/ffmpeg-php stopped working. I can sucessully install ffmpeg and execute from command line. However to use ffmpeg-php I keep getting "ffmpeg.so: undefined symbol: img_resample", which for what I can find is die to ffmpeg-php not being compatible with swscale. That is where I was on the previous 2 posts. I just ftried r2600 and using configure command:
./configure --prefix=/usr/local --enable-shared --disable-mmx --enable-libmp3lame --enable-gpl --enable-libfaac --enable-nonfree --enable-zlib --enable-libvorbis --enable-libx264 --disable-swscale then make and make install results in: INSTALL libavdevice/libavdevice.a INSTALL libavdevice/libavdevice.so STRIP install-libavdevice-shared INSTALL libavformat/libavformat.a INSTALL libavformat/libavformat.so STRIP install-libavformat-shared INSTALL libavcodec/libavcodec.a INSTALL libavcodec/libavcodec.so STRIP install-libavcodec-shared INSTALL libavcore/libavcore.a INSTALL libavcore/libavcore.so STRIP install-libavcore-shared INSTALL libavutil/libavutil.a INSTALL libavutil/libavutil.so STRIP install-libavutil-shared INSTALL libavdevice/avdevice.h INSTALL libavdevice/libavdevice.pc INSTALL libavformat/avformat.h INSTALL libavformat/avio.h INSTALL libavformat/libavformat.pc INSTALL libavcodec/avcodec.h INSTALL libavcodec/avfft.h INSTALL libavcodec/dxva2.h INSTALL libavcodec/opt.h INSTALL libavcodec/vaapi.h INSTALL libavcodec/vdpau.h INSTALL libavcodec/xvmc.h INSTALL libavcodec/libavcodec.pc INSTALL libavcore/audioconvert.h INSTALL libavcore/avcore.h INSTALL libavcore/imgutils.h INSTALL libavcore/parseutils.h INSTALL libavcore/samplefmt.h INSTALL libavcore/libavcore.pc INSTALL libavutil/adler32.h INSTALL libavutil/attributes.h INSTALL libavutil/avassert.h INSTALL libavutil/avstring.h INSTALL libavutil/avutil.h INSTALL libavutil/base64.h INSTALL libavutil/bswap.h INSTALL libavutil/common.h INSTALL libavutil/cpu.h INSTALL libavutil/crc.h INSTALL libavutil/error.h INSTALL libavutil/eval.h INSTALL libavutil/fifo.h INSTALL libavutil/file.h INSTALL libavutil/intfloat_readwrite.h INSTALL libavutil/intreadwrite.h INSTALL libavutil/lfg.h INSTALL libavutil/log.h INSTALL libavutil/lzo.h INSTALL libavutil/mathematics.h INSTALL libavutil/md5.h INSTALL libavutil/mem.h INSTALL libavutil/opt.h INSTALL libavutil/pixdesc.h INSTALL libavutil/pixfmt.h INSTALL libavutil/random_seed.h INSTALL libavutil/rational.h INSTALL libavutil/sha1.h INSTALL libavutil/avconfig.h INSTALL libavutil/libavutil.pc Still not getting ffmpeg binary in /usr/local/bin, therefore cannot test if it has fixed other problems. Sorry for the trouble, and if I am doing something wrong please let me know. I have all this working (with swscale as is) on my Mac (OSX 10..6.5) and am baffled why it isn't working on Fedora! Been working on this for 2 days now..... ---------- status: closed -> open ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2476> ________________________________________________
