Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
50231301
Commit
50231301
authored
Apr 12, 2003
by
Cyril Deguet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixed dependencies and added options
parent
8ece92ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
8 deletions
+19
-8
build-vlc
build-vlc
+1
-0
config.in
config.in
+7
-2
defconfig
defconfig
+11
-6
No files found.
build-vlc
View file @
50231301
...
@@ -56,6 +56,7 @@ TREMOR tremor
...
@@ -56,6 +56,7 @@ TREMOR tremor
TARKIN tarkin
TARKIN tarkin
THEORA theora
THEORA theora
SOUT sout
SOUT sout
SLP slp
DEBUG debug
DEBUG debug
"
"
PATHS
=
"
PATHS
=
"
...
...
config.in
View file @
50231301
...
@@ -11,10 +11,10 @@ choice 'Operating System' \
...
@@ -11,10 +11,10 @@ choice 'Operating System' \
mainmenu_option next_comment
mainmenu_option next_comment
comment 'Graphical User Interfaces'
comment 'Graphical User Interfaces'
bool 'Gnome interface support' CONFIG_GNOME
bool 'Gnome2 support' CONFIG_GNOME2
bool 'GTK+ support' CONFIG_GTK
bool 'GTK+ support' CONFIG_GTK
dep_bool ' Gnome interface support' CONFIG_GNOME $CONFIG_GTK
bool 'GTK2 support' CONFIG_GTK2
bool 'GTK2 support' CONFIG_GTK2
dep_bool ' Gnome2 support' CONFIG_GNOME2 $CONFIG_GTK2
bool 'Win32 skins module' CONFIG_SKINS
bool 'Win32 skins module' CONFIG_SKINS
bool 'Familiar GTK+ support' CONFIG_FAMILIAR
bool 'Familiar GTK+ support' CONFIG_FAMILIAR
bool 'wxWindows support' CONFIG_WXWINDOWS
bool 'wxWindows support' CONFIG_WXWINDOWS
...
@@ -108,6 +108,11 @@ comment 'Streaming'
...
@@ -108,6 +108,11 @@ comment 'Streaming'
bool 'Stream output modules' CONFIG_SOUT
bool 'Stream output modules' CONFIG_SOUT
endmenu
endmenu
mainmenu_option next_comment
comment 'Miscellaneous options'
bool 'SLP service discovery support' CONFIG_SLP
endmenu
mainmenu_option next_comment
mainmenu_option next_comment
comment 'Compilation options'
comment 'Compilation options'
bool 'Debug mode' CONFIG_DEBUG
bool 'Debug mode' CONFIG_DEBUG
...
...
defconfig
View file @
50231301
...
@@ -8,11 +8,11 @@ CONFIG_LINUX=y
...
@@ -8,11 +8,11 @@ CONFIG_LINUX=y
#
#
# Graphical User Interfaces
# Graphical User Interfaces
#
#
CONFIG_GTK=y
CONFIG_GNOME=y
CONFIG_GNOME=y
# CONFIG_GNOME2 is not set
# CONFIG_GTK is not set
# CONFIG_GTK2 is not set
# CONFIG_GTK2 is not set
# CONFIG_SKINS is not set
# CONFIG_GNOME2 is not set
CONFIG_SKINS=y
# CONFIG_FAMILIAR is not set
# CONFIG_FAMILIAR is not set
# CONFIG_WXWINDOWS is not set
# CONFIG_WXWINDOWS is not set
# CONFIG_QT is not set
# CONFIG_QT is not set
...
@@ -37,11 +37,11 @@ CONFIG_DVDPSI=y
...
@@ -37,11 +37,11 @@ CONFIG_DVDPSI=y
#
#
# Video outputs
# Video outputs
#
#
CONFIG_X11=y
# CONFIG_X11 is not set
CONFIG_XVIDEO=y
CONFIG_XVIDEO=y
# CONFIG_FB is not set
# CONFIG_FB is not set
# CONFIG_SDL is not set
# CONFIG_SDL is not set
CONFIG_FREETYPE=y
# CONFIG_FREETYPE is not set
# CONFIG_QTE is not set
# CONFIG_QTE is not set
# CONFIG_MGA is not set
# CONFIG_MGA is not set
# CONFIG_SVGALIB is not set
# CONFIG_SVGALIB is not set
...
@@ -53,7 +53,7 @@ CONFIG_FREETYPE=y
...
@@ -53,7 +53,7 @@ CONFIG_FREETYPE=y
# Audio outputs
# Audio outputs
#
#
CONFIG_OSS=y
CONFIG_OSS=y
# CONFIG_ESD is not set
CONFIG_ESD=y
# CONFIG_ARTS is not set
# CONFIG_ARTS is not set
# CONFIG_ALSA is not set
# CONFIG_ALSA is not set
...
@@ -80,6 +80,11 @@ CONFIG_VORBIS=y
...
@@ -80,6 +80,11 @@ CONFIG_VORBIS=y
#
#
CONFIG_SOUT=y
CONFIG_SOUT=y
#
# Miscellaneous options
#
CONFIG_SLP=y
#
#
# Compilation options
# Compilation options
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment