[vlc-devel] Re: Fedora Test Version RPM
Gildas Bazin
gbazin at altern.org
Mon Sep 20 09:09:02 CEST 2004
On Monday 20 September 2004 00:28, Jason Luka wrote:
> This is the configure line for the latest Fedora Core version. Does
> anything else extra need to be added?
>
> ./configure --host=i686-redhat-linux-gnu --build=i686-redhat-linux-gnu
> --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr
> --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
> --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include
> --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var
> --sharedstatedir=/usr/com --mandir=/usr/share/man
> --infodir=/usr/share/info --enable-release --enable-dvdread
> --enable-dvdplay --enable-dvbpsi --enable-v4l --enable-vcd --enable-mad
> --enable-pp --enable-ffmpeg --with-ffmpeg=/usr --enable-gpl
> --enable-faad --enable-xvid --enable-dv --enable-flac --enable-theora
> --enable-x11 --enable-xvideo --disable-qte --disable-directx --enable-fb
> --enable-aa --without-wingdi --enable-oss --enable-esd --enable-arts
> --enable-fribidi --disable-waveout --enable-gtk --disable-familiar
> --enable-gnome --enable-qt --enable-kde --disable-opie --disable-macosx
> --disable-qnx --disable-intfwin --enable-ncurses --enable-xosd
> --enable-lirc --enable-pth --disable-st --enable-mozilla
> --disable-testsuite --enable-plugins --enable-fribidi
>
Here is the configure line I would recommend using:
./configure --host=i686-redhat-linux-gnu --build=i686-redhat-linux-gnu
--target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include
--libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var
--sharedstatedir=/usr/com --mandir=/usr/share/man
--infodir=/usr/share/info --enable-release
--enable-dvdread --enable-dvdnav
--enable-dvbpsi --enable-v4l
--enable-ffmpeg --with-ffmpeg-tree=/usr/src/ffmpeg
--enable-flac --enable-theora --enable-mad --enable-faad
--enable-aa --enable-caca
--enable-dvb --enable-pvr --enable-livedotcom
--enable-alsa --enable-esd --enable-arts
--enable-fribidi --enable-freetype
--enable-wxwindows --enable-ncurses --enable-lirc --enable-mozilla
Note that libdvdplay is not needed anymore but libdvdnav is now used for DVD
support with menus.
I also removed --enable-gtk --enable-gnome --enable-qt --enable-kde. Maybe
you want to put them back but as theses interfaces are seriously outdated,
I'm not sure it would be wise. The most up to date interface is the
wxwindows one.
You also don't want to use --enable-pth as this will use an alternative
threading library, which I wouldn't recommend.
--
Gildas
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list