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
bfb18bbd
Commit
bfb18bbd
authored
Aug 03, 2005
by
Cyril Deguet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.in: wxwindows -> wxwidgets. Added a HTTPD option
parent
8e4bbaa9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
build-vlc
build-vlc
+2
-1
config.in
config.in
+3
-2
defconfig
defconfig
+1
-1
No files found.
build-vlc
View file @
bfb18bbd
...
...
@@ -3,7 +3,7 @@
FEATURES
=
"
SKINS skins2
PDA pda
WXWI
NDOWS wxwindow
s
WXWI
DGETS wxwidget
s
OPIE opie
MACOSX macosx
QNX qnx
...
...
@@ -86,6 +86,7 @@ SOUT sout
WITHFFMPEGMP3LAME ffmpeg-mp3lame
WITHFFMPEGFAAC ffmpeg-faac
GALAKTOS galaktos
HTTPD httpd
"
PATHS
=
"
WITHXML2CONFIGPATH xml2-config-path
...
...
config.in
View file @
bfb18bbd
...
...
@@ -16,8 +16,8 @@ if [ "$CONFIG_SKINS" = "y" ]; then
string 'xml2-config path' CONFIG_WITHXML2CONFIGPATH ""
fi
bool 'PDA interface (via Gtk2) support' CONFIG_PDA
bool 'wxWi
ndows support' CONFIG_WXWINDOW
S
if [ "$CONFIG_WXWI
NDOW
S" = "y" ]; then
bool 'wxWi
dgets support' CONFIG_WXWIDGET
S
if [ "$CONFIG_WXWI
DGET
S" = "y" ]; then
string 'wx-config path' CONFIG_WITHWXCONFIGPATH ""
fi
bool 'Qt embedded interface support (opie)' CONFIG_OPIE
...
...
@@ -216,6 +216,7 @@ if [ "$CONFIG_MOZILLA" = "y" ]; then
string ' Path to win32 mozilla sdk' CONFIG_WITHMOZILLASDKPATH ""
fi
bool 'Build test modules' COFIG_TESTSUITE
bool 'Enable http daemon' COFIG_HTTPD
# TODO: --disable-plugins
endmenu
...
...
defconfig
View file @
bfb18bbd
...
...
@@ -11,7 +11,7 @@ CONFIG_LINUX=y
CONFIG_SKINS=y
CONFIG_WITHXML2CONFIGPATH=""
# CONFIG_PDA is not set
CONFIG_WXWI
NDOW
S=y
CONFIG_WXWI
DGET
S=y
CONFIG_WITHWXCONFIGPATH=""
# CONFIG_OPIE is not set
# CONFIG_QNX is not set
...
...
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