📄 svlc_config.sh
字号:
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--with-ffmpeg-mp3lame \
--with-ffmpeg-faac \
--disable-mostly-builtin \
--disable-mozilla \
--enable-ffmpeg \
--disable-rpath \
--disable-nls \
--disable-utf8 \
--disable-sout \
--disable-livedotcom \
--disable-dvd \
--disable-dvdread \
--disable-dvdplay \
--disable-dvdnav \
--disable-dshow \
--disable-dvbpsi \
--disable-libcdio \
--disable-libcddb \
--disable-vcdx \
--disable-cdda \
--disable-vcd \
--disable-satellite \
--disable-dvb \
--disable-matroska \
--disable-mkv \
--enable-faad \
--enable-a52 \
--disable-dts \
--enable-flac \
--enable-libmpeg2 \
--enable-vorbis \
--disable-speex \
--disable-tarkin \
--disable-theora \
--disable-x11 \
--disable-xvideo \
--disable-sdl \
--disable-freetype \
--disable-fribidi \
--disable-caca \
--disable-slp \
--enable-waveout \
--disable-skins \
--disable-skins2 \
--disable-gtk \
--disable-wxwindows \
--disable-visual \
--enable-goom \
--enable-simplevlc \
--enable-release
echo "modifying vlc-config..."
SVLC_PLUGINS=" "
SVLC_BUILTINS=" \
memcpymmx memcpymmxext memcpy3dn memcpy \
i420_rgb_mmx i422_yuy2_mmx i420_ymga_mmx i420_yuy2_mmx i420_rgb i420_yuy2 i422_yuy2 i420_ymga \
float32tos16 float32tos8 float32tou16 float32tou8 fixed32tofloat32 fixed32tos16 s16tofixed32 s16tofloat32 s16tofloat32swab s8tofloat32 u8tofixed32 u8tofloat32 mpgatofixed32 a52tofloat32 \
trivial_resampler ugly_resampler linear_resampler bandlimited_resampler \
trivial_channel_mixer trivial_mixer float32_mixer normvol audio_format \
access_file access_giftstate access_http ipv4 \
libmpeg2 ffmpeg stream_out_transcode deinterlace \
avi mp4 m4v m4a faad flacdec vorbis aac wav adpcm a52sys au aiff lpcm a52 mpgv mpga mpeg_audio ps pva flac real cinepak ogg asf dmo \
aout_directx vout_directx waveout \
dummy logger goom id3"
cp vlc-config vlc-config.org
sed "s/^\(plugins\s*=\s*\".*\)/#\1\nplugins=\"$SVLC_PLUGINS\"\n/" vlc-config.org | \
sed "s/^\(builtins\s*=\s*\".*\)/#\1\nbuiltins=\"$SVLC_BUILTINS\"\n/" > vlc-config
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -