Difference between revisions of "User:J-b"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 42: Line 42:
 
         --enable-jack --enable-xosd \
 
         --enable-jack --enable-xosd \
 
         --enable-galaktos --enable-goom \
 
         --enable-galaktos --enable-goom \
        --enable-svgalib  --enable-directfb\
 
 
         --enable-ggi \
 
         --enable-ggi \
 
         --disable-cddax --disable-vcdx
 
         --disable-cddax --disable-vcdx
  
 
</pre>
 
</pre>

Revision as of 23:26, 15 December 2006

Hey ! I am Jean-Baptiste Kempf, I am a student in an engineer school in France. I am trying to help VideoLAN in many aspects, but not only on the devs aspects.

Use my talk page to talk to me or give me some TODOs.

jb (at) videolan (d0t) org


My Website (so laame now)

My VLC

ffmpeg configure line

./configure --enable-gpl --enable-pp --enable-pthreads --enable-mp3lame --enable-swscaler --enable-faac

VLC configure line

./configure --prefix=/usr \
        --enable-snapshot --enable-debug \
        --no-create --no-recursion \
        --enable-dbus-control --enable-musicbrainz \
        --enable-shared-libvlc --enable-mozilla \
        --enable-lirc --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt \ 
        --with-live555-tree=../extras/live \
        --with-ffmpeg-tree=../extras/ffmpeg \
        --enable-shout --enable-taglib \
        --enable-v4l --enable-cddax \
        --enable-dvb --enable-vcdx \
        --enable-realrtsp --enable-xvmc \
        --enable-svg   --enable-dvdread \
        --enable-dc1394 --enable-dv \
        --enable-theora --enable-faad \
        --enable-twolame --enable-real \
        --enable-flac --enable-tremor \
        --with-ffmpeg-mp3lame --with-ffmpeg-faac \
        --enable-quicktime \
        --enable-skins2 --enable-qt4 \
        --enable-ncurses \
        --enable-aa --enable-caca \
        --enable-esd --enable-portaudio \
        --enable-jack --enable-xosd \
        --enable-galaktos --enable-goom \
        --enable-ggi \
        --disable-cddax --disable-vcdx