Skip to content

Instantly share code, notes, and snippets.

@caprica
Last active June 19, 2022 11:19
Show Gist options
  • Save caprica/338af09d5edc6decfa84b2963d2c245c to your computer and use it in GitHub Desktop.
Save caprica/338af09d5edc6decfa84b2963d2c245c to your computer and use it in GitHub Desktop.
Building VLC/LibVLC 4.x on Win64
# Mostly but not completely works...
git clone https://gitlab.com/garfvl/denv.git
export PATH=`pwd`/denv/bin:$PATH
git clone https://code.videolan.org/videolan/vlc.git
cd vlc
denv list
denv compile-vlc-win64
cd vlc
./extras/package/win32/build.sh -l -a x86_64 -i n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment