Changeset 50231301085faea0926ed268603ecb8679a54678

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

[8ece92bae7ca51db50c7550fb4ebfa3c1e05f967]

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

* fixed dependencies and added options

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • build-vlc

    r8ece92b r5023130  
    5757THEORA theora 
    5858SOUT sout 
     59SLP slp 
    5960DEBUG debug 
    6061" 
  • config.in

    r4ec9d7c r5023130  
    1212mainmenu_option next_comment 
    1313comment 'Graphical User Interfaces' 
    14 bool 'Gnome interface support' CONFIG_GNOME 
    15 bool 'Gnome2 support' CONFIG_GNOME2 
    1614bool 'GTK+ support' CONFIG_GTK 
     15dep_bool '   Gnome interface support' CONFIG_GNOME $CONFIG_GTK 
    1716bool 'GTK2 support' CONFIG_GTK2 
     17dep_bool '   Gnome2 support' CONFIG_GNOME2 $CONFIG_GTK2 
    1818bool 'Win32 skins module' CONFIG_SKINS 
    1919bool 'Familiar GTK+ support' CONFIG_FAMILIAR 
     
    110110 
    111111mainmenu_option next_comment 
     112comment 'Miscellaneous options' 
     113bool 'SLP service discovery support' CONFIG_SLP 
     114endmenu 
     115 
     116mainmenu_option next_comment 
    112117comment 'Compilation options' 
    113118bool 'Debug mode' CONFIG_DEBUG 
  • defconfig

    r4ec9d7c r5023130  
    99# Graphical User Interfaces 
    1010# 
     11CONFIG_GTK=y 
    1112CONFIG_GNOME=y 
     13# CONFIG_GTK2 is not set 
    1214# CONFIG_GNOME2 is not set 
    13 # CONFIG_GTK is not set 
    14 # CONFIG_GTK2 is not set 
    15 # CONFIG_SKINS is not set 
     15CONFIG_SKINS=y 
    1616# CONFIG_FAMILIAR is not set 
    1717# CONFIG_WXWINDOWS is not set 
     
    3838# Video outputs 
    3939# 
    40 CONFIG_X11=y 
     40# CONFIG_X11 is not set 
    4141CONFIG_XVIDEO=y 
    4242# CONFIG_FB is not set 
    4343# CONFIG_SDL is not set 
    44 CONFIG_FREETYPE=y 
     44# CONFIG_FREETYPE is not set 
    4545# CONFIG_QTE is not set 
    4646# CONFIG_MGA is not set 
     
    5454# 
    5555CONFIG_OSS=y 
    56 # CONFIG_ESD is not set 
     56CONFIG_ESD=y 
    5757# CONFIG_ARTS is not set 
    5858# CONFIG_ALSA is not set 
     
    8282 
    8383# 
     84# Miscellaneous options 
     85# 
     86CONFIG_SLP=y 
     87 
     88# 
    8489# Compilation options 
    8590#