[MPlayer-dev-eng] [PATCH] fix broken compilation with --disable-mencoder since FFmpeg r12223
Guillaume LECERF
foxcore at gmail.com
Mon Mar 3 03:51:51 CET 2008
Hi all,
Compiling with --disable-mencoder is currently broken due to FFmpeg
revision r12223 "split encoding part of dsputil_mmx into its own
file".
It made the compilation of some needed dsp functions conditional to
CONFIG_ENCODERS, and breaks because Mplayer configure script sets
CONFIG_ENCODERS to 2 different values : $_mencoder in config.mak
(yes/no) and 1 in config.h unconditionally.
The attached patch fixes the issue by setting CONFIG_ENCODERS to "yes"
unconditionally.
--
Guillaume LECERF
GeeXboX developer - www.geexbox.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config_encoders.diff
Type: text/x-vhdl
Size: 401 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20080303/b3508b45/attachment.bin>
More information about the MPlayer-dev-eng
mailing list