Skip to content

Instantly share code, notes, and snippets.

@tufei
Last active December 28, 2022 02:31
Show Gist options
  • Save tufei/0aa3174829d0946485b86b2d16660652 to your computer and use it in GitHub Desktop.
Save tufei/0aa3174829d0946485b86b2d16660652 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "run the configure script to build VLC..."
CC=clang CXX=clang++ ./configure --libdir=/usr/local/lib --with-x --disable-medialibrary --enable-sftp --enable-libmpeg2 --enable-vpx --enable-avcodec --enable-avformat --enable-mad --enable-a52 --enable-vorbis --enable-ogg --enable-matroska --enable-freetype --enable-fribidi --enable-speex --enable-live555 --enable-skins2 --enable-alsa --enable-ncurses --disable-static --with-gnu-ld --enable-libva --enable-lirc --enable-taglib --enable-svg --enable-dc1394 --enable-theora --enable-faad --enable-twolame --enable-flac --enable-schroedinger --enable-caca --enable-jack --enable-dvdread --enable-dvdnav --disable-opencv --enable-dvbpsi --enable-vcd --enable-screen --enable-shout --enable-mod --disable-gme --disable-mpc --enable-shine --enable-omxil --enable-dxva2 --enable-dca --enable-png --enable-zvbi --enable-pulse --enable-upnp --enable-swscale --enable-v4l2 --enable-libcddb --disable-debug --enable-notify --enable-qt --enable-smbclient --enable-dsm --enable-dav1d --enable-jpeg --enable-gles2 --enable-vdpau --enable-merge-ffmpeg --enable-nvdec PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig"
echo "configuration completed."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment