Alexandre Janniaux 5 anni fa
parent
commit
24d2babf36
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -0,0 +1,7 @@
+# Compile VLC
+
+Configure VLC build with
+
+```
+--disable-shared --disable-vlc CFLAGS="-fPIC" CXXFLAGS="-fPIC"
+```