Changeset 4ec9d7c868ce02742e08196463ea2451fed3c4dd

Show
Ignore:
Timestamp:
12/04/03 11:57:38 (5 years ago)
Author:
Cyril Deguet <asmax@videolan.org>
git-committer:
Cyril Deguet <asmax@videolan.org> 1050141458 +0000
git-parent:

[44c1d4ca1491dda070e06ebb6beef1e3c8d35e01]

git-author:
Cyril Deguet <asmax@videolan.org> 1050141458 +0000
Message:

* more options in menuconfig script

Only tested under linux; please give feedback if something is wrong
Some help should be written in doc/Configure.help; if you know what
to write there, please contribute !

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • build-vlc

    rc31926a r4ec9d7c  
    33FEATURES=" 
    44GNOME gnome 
     5GNOME2 gnome2 
    56GTK gtk 
     7GTK2 gtk2 
     8SKINS skins 
     9FAMILIAR familiar 
     10WXWINDOWS wxwindows 
     11QT qt 
     12KDE kde 
     13OPIE opie 
     14MACOSX macosx 
     15QNX qnx 
     16INTFWIN intfwin 
     17NCURSES ncurses 
     18XOSD xosd 
    619DVDOLD dvd 
    720DVDREAD dvdread 
    821DVDPLAY dvdplay 
     22DVBPSI dvbpsi 
    923VCD vcd 
    1024V4L v4l 
     
    1428SDL sdl 
    1529FB fb 
     30DIRECTX directx 
     31WINGDI wingdi 
     32FREETYPE freetype 
     33QTE qte 
     34MGA mga 
     35SVGALIB svgalib 
     36GGI ggi 
     37GLIDE glide 
     38AA aa 
    1639OSS oss 
    1740ESD esd 
     41ARTS arts 
     42ALSA alsa 
     43WAVEOUT waveout 
     44COREAUDIO coreaudio 
     45OGG ogg 
    1846A52 a52 
    1947MAD mad 
    2048FFMPEG ffmpeg 
     49FAAD faad 
     50XVID xvid 
     51DV dv 
     52FLAC flac 
     53LIBMPEG2 libmpeg2 
     54VORBIS vorbis 
     55TREMOR tremor 
     56TARKIN tarkin 
     57THEORA theoea 
     58SOUT sout 
     59DEBUG debug 
    2160" 
    2261PATHS=" 
  • config.in

    rc31926a r4ec9d7c  
    77choice 'Operating System' \ 
    88   "Linux       CONFIG_LINUX \ 
     9    MacOS_X     CONFIG_MAC \ 
    910    Win32       CONFIG_WIN32" Linux 
    1011 
    1112mainmenu_option next_comment 
    1213comment 'Graphical User Interfaces' 
    13 bool 'Gnome interface' CONFIG_GNOME 
    14 bool 'GTK interface' CONFIG_GTK 
     14bool 'Gnome interface support' CONFIG_GNOME 
     15bool 'Gnome2 support' CONFIG_GNOME2 
     16bool 'GTK+ support' CONFIG_GTK 
     17bool 'GTK2 support' CONFIG_GTK2 
     18bool 'Win32 skins module' CONFIG_SKINS 
     19bool 'Familiar GTK+ support' CONFIG_FAMILIAR 
     20bool 'wxWindows support' CONFIG_WXWINDOWS 
     21bool 'Qt interface support' CONFIG_QT 
     22bool 'KDE interface support' CONFIG_KDE 
     23bool 'Qt embedded interface support' CONFIG_OPIE 
     24if [ "$CONFIG_MAC" = "y" ]; then 
     25   bool 'MacOS X support' CONFIG_MACOSX 
     26fi 
     27bool 'QNX RTOS support' CONFIG_QNX 
     28if [ "$CONFIG_WIN32" = "y" ]; then 
     29   bool 'Win32 interface support' CONFIG_INTFWIN 
     30fi 
     31bool 'ncurses interface support' CONFIG_NCURSES 
     32bool 'xosd interface support' CONFIG_XOSD 
    1533endmenu 
    1634 
     
    1937bool 'DVD support' CONFIG_DVD 
    2038if [ "$CONFIG_DVD" = "y" ]; then 
    21    bool '    standard DVD input' CONFIG_DVDOLD 
    22    bool '    libdvdread' CONFIG_DVDREAD 
    23    bool '    libdvdplay' CONFIG_DVDPLAY 
     39   bool '    DVD input module' CONFIG_DVDOLD 
     40   bool '    dvdread input module' CONFIG_DVDREAD 
     41   bool '    dvdplay input module' CONFIG_DVDPLAY 
     42   bool '    dvbpsi ts mux and demux module' CONFIG_DVDPSI 
    2443fi 
    2544bool 'VCD support' CONFIG_VCD 
     
    3150comment 'Video outputs' 
    3251if [ "$CONFIG_LINUX" = "y" ]; then 
    33    bool 'X11 output' CONFIG_X11 
    34    bool 'XVideo output' CONFIG_XVIDEO 
    35    bool 'Framebuffer output' CONFIG_FB 
     52   bool 'X11 support' CONFIG_X11 
     53   bool 'XVideo support' CONFIG_XVIDEO 
     54   bool 'Linux framebuffer support' CONFIG_FB 
     55fi 
     56if [ "$CONFIG_WIN32" = "y" ]; then 
     57   bool 'Win32 DirectX support' CONFIG_DIRECTX 
     58   bool 'Win32 GDI module' CONFIG_WINGDI 
    3659fi 
    3760bool 'SDL video output' CONFIG_SDL 
     61bool 'freetype support' CONFIG_FREETYPE 
     62bool 'QT Embedded support' CONFIG_QTE 
     63bool 'Linux kernel Matrox support' CONFIG_MGA 
     64bool 'SVGAlib support' CONFIG_SVGALIB 
     65bool 'GGI support' CONFIG_GGI 
     66bool 'Glide (3dfx) support' CONFIG_GLIDE 
     67bool 'aalib output' CONFIG_AA 
    3868endmenu 
    3969 
     
    4171comment 'Audio outputs' 
    4272if [ "$CONFIG_LINUX" = "y" ]; then 
    43    bool 'Open Sound System (OSS)' CONFIG_OSS 
    44    bool 'Enlightenment Sound Daemon (ESD)' CONFIG_ESD 
     73   bool 'Linux OSS /dev/dsp support' CONFIG_OSS 
     74   bool 'Esound library support' CONFIG_ESD 
     75   bool 'aRts sound server' CONFIG_ARTS 
     76   bool 'ALSA sound support for Linux' CONFIG_ALSA 
     77fi 
     78if [ "$CONFIG_WIN32" = "y" ]; then 
     79   bool 'Win32 waveOut module' CONFIG_WAVEOUT 
     80fi 
     81if [ "$CONFIG_MAC" = "y" ]; then 
     82   bool 'CoreAudio module' CONFIG_COREAUDIO 
    4583fi 
    4684endmenu 
     
    4886mainmenu_option next_comment 
    4987comment 'Codecs' 
    50 bool 'A52 support' CONFIG_A52 
    51 bool 'MAD support' CONFIG_MAD 
    52 bool 'FFMPEG' CONFIG_FFMPEG 
     88bool 'Ogg demux support' CONFIG_OGG 
     89bool 'A/52 support' CONFIG_A52 
     90bool 'libmad module' CONFIG_MAD 
     91bool 'ffmpeg codec' CONFIG_FFMPEG 
    5392if [ "$CONFIG_FFMPEG" = "y" ]; then 
    5493   string "ffmpeg tree" CONFIG_FFMPEG_TREE /home/videolan/ffmpeg 
    5594fi 
     95bool 'faad codec' CONFIG_FAAD 
     96bool 'xvid codec' CONFIG_XVID 
     97bool 'DV decoder support' CONFIG_DV 
     98bool 'flac decoder support' CONFIG_FLAC 
     99bool 'libmpeg2 decoder support' CONFIG_LIBMPEG2 
     100bool 'Vorbis decoder support' CONFIG_VORBIS 
     101bool 'Tremor decoder support' CONFIG_TREMOR 
     102bool 'tarkin codec' CONFIG_TARKIN 
     103bool 'theora codec' CONFIG_THEORA 
    56104endmenu 
    57105 
     106mainmenu_option next_comment 
     107comment 'Streaming' 
     108bool 'Stream output modules' CONFIG_SOUT 
     109endmenu 
     110 
     111mainmenu_option next_comment 
     112comment 'Compilation options' 
     113bool 'Debug mode' CONFIG_DEBUG 
     114endmenu 
  • defconfig

    rc31926a r4ec9d7c  
    33# 
    44CONFIG_LINUX=y 
     5# CONFIG_MAC is not set 
    56# CONFIG_WIN32 is not set 
    67 
     
    910# 
    1011CONFIG_GNOME=y 
     12# CONFIG_GNOME2 is not set 
    1113# CONFIG_GTK is not set 
     14# CONFIG_GTK2 is not set 
     15# CONFIG_SKINS is not set 
     16# CONFIG_FAMILIAR is not set 
     17# CONFIG_WXWINDOWS is not set 
     18# CONFIG_QT is not set 
     19# CONFIG_KDE is not set 
     20# CONFIG_OPIE is not set 
     21# CONFIG_QNX is not set 
     22# CONFIG_NCURSES is not set 
     23# CONFIG_XOSD is not set 
    1224 
    1325# 
     
    1830# CONFIG_DVDREAD is not set 
    1931# CONFIG_DVDPLAY is not set 
     32CONFIG_DVDPSI=y 
    2033# CONFIG_VCD is not set 
    2134# CONFIG_V4L is not set 
     
    2942# CONFIG_FB is not set 
    3043# CONFIG_SDL is not set 
     44CONFIG_FREETYPE=y 
     45# CONFIG_QTE is not set 
     46# CONFIG_MGA is not set 
     47# CONFIG_SVGALIB is not set 
     48# CONFIG_GGI is not set 
     49# CONFIG_GLIDE is not set 
     50# CONFIG_AA is not set 
    3151 
    3252# 
     
    3454# 
    3555CONFIG_OSS=y 
    36 CONFIG_ESD=y 
     56# CONFIG_ESD is not set 
     57# CONFIG_ARTS is not set 
     58# CONFIG_ALSA is not set 
    3759 
    3860# 
    3961# Codecs 
    4062# 
     63CONFIG_OGG=y 
    4164CONFIG_A52=y 
    4265CONFIG_MAD=y 
    4366CONFIG_FFMPEG=y 
    4467CONFIG_FFMPEG_TREE="/home/cyril/ffmpeg" 
     68# CONFIG_FAAD is not set 
     69# CONFIG_XVID is not set 
     70# CONFIG_DV is not set 
     71# CONFIG_FLAC is not set 
     72# CONFIG_LIBMPEG2 is not set 
     73CONFIG_VORBIS=y 
     74# CONFIG_TREMOR is not set 
     75# CONFIG_TARKIN is not set 
     76# CONFIG_THEORA is not set 
     77 
     78# 
     79# Streaming 
     80# 
     81CONFIG_SOUT=y 
     82 
     83# 
     84# Compilation options 
     85# 
     86# CONFIG_DEBUG is not set