[MPlayer-users] full screen mode of MPlayer 0.90rc2
G. GEORGOPOULOS
ggeorg at cc.uoa.gr
Wed Jan 15 09:49:20 CET 2003
I have a problem with the fullscreen mode -vo x11
(pressing the key: does not work).
thanks,
George.
PS: I i have compiled MPlayer 0.90rc2 for ByzantineOS
with the following options:
lfs_mplayer:
@echo "Installation of MPlayer..."
@( \
cd /usr/src/build && \
rm -rf $(MPLAYER_BYZGL) && \
tar xvjf ../packages/$(MPLAYER_BYZGL).$(BYZGL_EXTENSION)
&& \
cd $(MPLAYER_BYZGL) && \
tar xjvf ../../packages/w32codec.$(BYZGL_EXTENSION) && \
tar xjvf ../../packages/qt5dlls.$(BYZGL_EXTENSION) && \
tar xjvf ../../packages/qt6dlls.$(BYZGL_EXTENSION) && \
tar xjvf ../../packages/qtextras.$(BYZGL_EXTENSION) && \
tar xjvf ../../packages/rp9codecs.$(BYZGL_EXTENSION) &&
\
echo "----------------" && \
unset CFLAGS && \
unset CXXFLAGS && \
echo "----------------" && \
./configure \
--prefix=/opt/mplayer \
--enable-linux-devfs \
--enable-menu \
--enable-new-conf \
--enable-qtx-codecs \
--enable-freetype \
--enable-shared-pp \
--target=i686-linux \
--with-win32libdir=./w32codec-0.90 \
--with-reallibdir=./rp9codecs \
--disable-ossaudio \
--disable-arts \
--disable-alsa \
--disable-sunaudio \
--disable-win32waveout \
--disable-select \
--disable-mencoder \
--disable-fbdev \
--disable-vesa \
--disable-svga \
--disable-png \
--disable-jpeg \
--disable-vidix && \
make && \
make install && \
cd /usr/src/build && \
rm -rf $(MPLAYER_BYZGL) \
)
More information about the MPlayer-users
mailing list