[vlc] [patch] Problem in debian/rules for vlc-0.7.0

Frans Pop aragorn at tiscali.nl
Sun Jan 4 01:04:39 CET 2004


Hello Sam,

I discovered a problem in the debian/rules for vlc-0.7.0. The patch below 
fixes an error during the link stage for the vlc binary.
Clément Stenac pointed me to the right solution.

--- ./orig/rules        Sat Jan  3 21:02:03 2004
+++ rules       Sat Jan  3 21:02:30 2004
@@ -86,7 +86,7 @@
        test -d extras/ffmpeg
        if test ! -d CVS; then \
          cd extras/ffmpeg \
-         && ./configure \
+         && ./configure --enable-pp \
          && cd libavcodec \
          && $(MAKE); \
        fi

My original mail with the details of the problem and the reply from Clément 
can be found at http://www.via.ecp.fr/via/ml/vlc/200401/msg00011.html.

I hope you can apply this patch in the official source.

With regards,

Frans Pop

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list