[MPlayer-dev-eng] [patch] Gui/mplayer/play.h fix
Jean-Luc Coulon (f5ibh)
jean.luc.coulon at gmail.com
Sat Dec 31 16:56:12 CET 2005
Le 31.12.2005 15:05:26, Guillaume POIRIER a écrit :
> Hi,
>
...
>
> This is an awful lot of config options. You should know that MPlayer's
> config option pretty much aliases all --enable-xx options to --force
> (apart from gui and runtime cpu detection).
>
> That means that if you enable an option that can't be build because of
> a missing dependency, build will fail.
> Could you please give a bare to be minimum list of config options that
> allows to reproduce your problem?
If I do the following from a fresh copy of the CVS:
./configure --prefix=/usr --confdir=/etc/mplayer
--datadir=/usr/share/mplayer --enable-gui
it is enough:
cc -MM -I../libvo -I../../libvo -I/usr/X11R6/include -O4 -march=k8
-mtune=k8 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I/usr/include/
-I/usr/include/freetype2 -I/usr/include -I/usr/include/SDL -D_REENTRANT
-I/usr/X11R6/include -DCODECS2HTML mplayer.c mencoder.c mplayer.c
mp_msg.c asxparser.c codec-cfg.c cpudetect.c edl.c find_sub.c
m_config.c m_option.c m_struct.c parser-cfg.c playtree.c
playtreeparser.c spudec.c sub_cc.c subreader.c vobsub.c unrarlib.c
mixer.c parser-mpcmd.c subopt-helper.c mencoder.c mp_msg-mencoder.c
asxparser.c codec-cfg.c cpudetect.c edl.c find_sub.c m_config.c
m_option.c m_struct.c parser-cfg.c playtree.c playtreeparser.c spudec.c
sub_cc.c subreader.c vobsub.c unrarlib.c divx4_vbr.c libvo/aclib.c
libvo/font_load.c libvo/font_load_ft.c libvo/osd.c libvo/sub.c
parser-mecmd.c xvid_vbr.c 1>.depend
In file included from Gui/interface.h:6,
from mplayer.c:82:
Gui/mplayer/play.h:5:23: error: ../config.h: No such file or directory
In file included from Gui/interface.h:6,
from mplayer.c:82:
Gui/mplayer/play.h:5:23: error: ../config.h: No such file or directory
make[1]: *** [depend] Error 1
>
>
>
> Guillaume
> --
Jean-Luc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20051231/e227f8cd/attachment.pgp>
More information about the MPlayer-dev-eng
mailing list