Changeset 50231301085faea0926ed268603ecb8679a54678
- 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
| r8ece92b |
r5023130 |
|
| 57 | 57 | THEORA theora |
|---|
| 58 | 58 | SOUT sout |
|---|
| | 59 | SLP slp |
|---|
| 59 | 60 | DEBUG debug |
|---|
| 60 | 61 | " |
|---|
| r4ec9d7c |
r5023130 |
|
| 12 | 12 | mainmenu_option next_comment |
|---|
| 13 | 13 | comment 'Graphical User Interfaces' |
|---|
| 14 | | bool 'Gnome interface support' CONFIG_GNOME |
|---|
| 15 | | bool 'Gnome2 support' CONFIG_GNOME2 |
|---|
| 16 | 14 | bool 'GTK+ support' CONFIG_GTK |
|---|
| | 15 | dep_bool ' Gnome interface support' CONFIG_GNOME $CONFIG_GTK |
|---|
| 17 | 16 | bool 'GTK2 support' CONFIG_GTK2 |
|---|
| | 17 | dep_bool ' Gnome2 support' CONFIG_GNOME2 $CONFIG_GTK2 |
|---|
| 18 | 18 | bool 'Win32 skins module' CONFIG_SKINS |
|---|
| 19 | 19 | bool 'Familiar GTK+ support' CONFIG_FAMILIAR |
|---|
| … | … | |
| 110 | 110 | |
|---|
| 111 | 111 | mainmenu_option next_comment |
|---|
| | 112 | comment 'Miscellaneous options' |
|---|
| | 113 | bool 'SLP service discovery support' CONFIG_SLP |
|---|
| | 114 | endmenu |
|---|
| | 115 | |
|---|
| | 116 | mainmenu_option next_comment |
|---|
| 112 | 117 | comment 'Compilation options' |
|---|
| 113 | 118 | bool 'Debug mode' CONFIG_DEBUG |
|---|
| r4ec9d7c |
r5023130 |
|
| 9 | 9 | # Graphical User Interfaces |
|---|
| 10 | 10 | # |
|---|
| | 11 | CONFIG_GTK=y |
|---|
| 11 | 12 | CONFIG_GNOME=y |
|---|
| | 13 | # CONFIG_GTK2 is not set |
|---|
| 12 | 14 | # CONFIG_GNOME2 is not set |
|---|
| 13 | | # CONFIG_GTK is not set |
|---|
| 14 | | # CONFIG_GTK2 is not set |
|---|
| 15 | | # CONFIG_SKINS is not set |
|---|
| | 15 | CONFIG_SKINS=y |
|---|
| 16 | 16 | # CONFIG_FAMILIAR is not set |
|---|
| 17 | 17 | # CONFIG_WXWINDOWS is not set |
|---|
| … | … | |
| 38 | 38 | # Video outputs |
|---|
| 39 | 39 | # |
|---|
| 40 | | CONFIG_X11=y |
|---|
| | 40 | # CONFIG_X11 is not set |
|---|
| 41 | 41 | CONFIG_XVIDEO=y |
|---|
| 42 | 42 | # CONFIG_FB is not set |
|---|
| 43 | 43 | # CONFIG_SDL is not set |
|---|
| 44 | | CONFIG_FREETYPE=y |
|---|
| | 44 | # CONFIG_FREETYPE is not set |
|---|
| 45 | 45 | # CONFIG_QTE is not set |
|---|
| 46 | 46 | # CONFIG_MGA is not set |
|---|
| … | … | |
| 54 | 54 | # |
|---|
| 55 | 55 | CONFIG_OSS=y |
|---|
| 56 | | # CONFIG_ESD is not set |
|---|
| | 56 | CONFIG_ESD=y |
|---|
| 57 | 57 | # CONFIG_ARTS is not set |
|---|
| 58 | 58 | # CONFIG_ALSA is not set |
|---|
| … | … | |
| 82 | 82 | |
|---|
| 83 | 83 | # |
|---|
| | 84 | # Miscellaneous options |
|---|
| | 85 | # |
|---|
| | 86 | CONFIG_SLP=y |
|---|
| | 87 | |
|---|
| | 88 | # |
|---|
| 84 | 89 | # Compilation options |
|---|
| 85 | 90 | # |
|---|