[issue2476] ffmpeg binary not created with --disable-swscale

2011-01-02 Thread Eric Akkerman
New submission from Eric Akkerman eric.akker...@gmail.com: when configuring ffmpeg on Red Hat Fedora Core 7, when --disable-swscale flag is added, it wont create the ffmpeg binary in /usr/local/bin Config command: ./configure --prefix=/usr/local --enable-shared --disable-mmx

[issue2476] ffmpeg binary not created with --disable-swscale

2011-01-02 Thread Eric Akkerman
Eric Akkerman eric.akker...@gmail.com added the comment: When compiling from latest svn with same configuration command, exits with error: libavfilter/vf_scale.c:138: warning: 'sws_getContext' is deprecated (declared at ./libswscale/swscale.h:194) CC libavfilter/vf_setpts.o CC

[issue2476] ffmpeg binary not created with --disable-swscale

2011-01-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: While I don't understand what you are trying to achieve and I severely doubt it is supported, I fixed the compilation error in r26200. -- status: new - closed substatus: needs_more_info - invalid

[issue2476] ffmpeg binary not created with --disable-swscale

2011-01-02 Thread Eric Akkerman
Eric Akkerman eric.akker...@gmail.com 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

[issue2476] ffmpeg binary not created with --disable-swscale

2011-01-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: I fear you will have to ask on ffmpeg-php mailing lists: The ffmpeg executable requires libswscale. And please note that we do not provide anything called ffmpeg.so. -- status: open - closed