]> git.sesse.net Git - vlc/blobdiff - INSTALL
* fixes for the Qt plugin compilation under Debian
[vlc] / INSTALL
diff --git a/INSTALL b/INSTALL
index a27e29d8d875baaa82bba9a78b909a7f4c4a13f9..12ba1d0c5975356382e6214d6b4efc61ad12f134 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -16,13 +16,14 @@ Here is a shortcut to copy-paste for a complete build:
 
    make distclean 2>/dev/null ; ./configure --prefix=/usr --enable-gnome \
       --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \
-      --enable-alsa --enable-mga --enable-gtk --enable-qt && make
+      --enable-alsa --enable-mga --enable-gtk --enable-qt --enable-xvideo \
+   && make
 
 If you intend to debug stuff, you may want to disable optimizations:
 
    make distclean 2>/dev/null ; ./configure --prefix=/usr --enable-gnome \
       --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \
-      --enable-alsa --enable-mga --enable-gtk --enable-qt \
+      --enable-alsa --enable-mga --enable-gtk --enable-qt --enable-xvideo \
       --disable-optimizatons && make