[MPlayer-users] Building mplayer : optimisations after ./configure instruction ?
Thibaud Hulin
hulin.thibaud at wanadoo.fr
Sat Sep 29 10:00:44 CEST 2007
Hi,
Thanks for replying.
> You need to have the developer's libraries installed for alsa, not just the
> alsa runtime: i.e. alsa-dev ?
I installed the libasound2-dev package, and alsa was detect now.
> --enable-mmx
>
> Please try ./configure --help for a full list of options that you can pass
> to the configuration file. And please read the documentation for what
> development files you should have installed on your system:
> http://www.mplayerhq.hu/DOCS/HTML/en/softreq.html
I rode it. I didn't use the --enable-mmx, because that was automaticaly detected.
Now, after a make, I've this error :
DVD ioctls are unavailable on this system
It's stange, because I use any libdvd on my system (only AC-3). I've not a dvd reader disc, and I don't want read dvds. Now, I'm using these options :
./configure --enable-alsa --enable-gui --disable-tv --target=pentium-mmx --language=fr --disable-dvdread --disable-dvdnav --enable-mmx --realcodecsdir=/usr/lib/real/ --win32codecsdir=/usr/lib/win32 --enable-real --disable-dvdnav --disable-dvdread --disable-dvdread-internal --disable-libdvdcss-internal --enable-mmx
After that, I get again a "Optimisation for: native".
However, when I type :
cat config.mak |grep -i dvd
I get :
DVDREAD = no
DVDREAD_INTERNAL = no
DVDCSS_INTERNAL = no
DVDNAV = no
CONFIG_DVDSUB_DECODER=yes
CONFIG_DVDSUB_ENCODER=yes
CONFIG_DVDSUB_PARSER=yes
CONFIG_MPEG2DVD_MUXER=yes
So, why DVDSUB and MPEG2DVD are active ? Maybe must I desactive them in the config.mak file ?
More information about the MPlayer-users
mailing list