Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
35178153
Commit
35178153
authored
Jul 07, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: the wx inteface does not exist anymore.
parent
6811f460
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
12 deletions
+4
-12
INSTALL.wince
INSTALL.wince
+2
-2
Makefile.am
Makefile.am
+2
-5
config.in
config.in
+0
-5
No files found.
INSTALL.wince
View file @
35178153
...
@@ -74,8 +74,8 @@ CC="arm-wince-pe-gcc -mcpu=xscale" \
...
@@ -74,8 +74,8 @@ CC="arm-wince-pe-gcc -mcpu=xscale" \
../configure --host=arm-wince-pe --target=arm-wince-pe \
../configure --host=arm-wince-pe --target=arm-wince-pe \
--build=i686-linux --prefix=/usr/local/wince \
--build=i686-linux --prefix=/usr/local/wince \
--disable-sdl --disable-gtk --disable-dvdnav --disable-dvdread \
--disable-sdl --disable-gtk --disable-dvdnav --disable-dvdread \
--disable-nls --disable-sout --disable-vlm --disable-
wxwindows
\
--disable-nls --disable-sout --disable-vlm --disable-
a52
\
--disable-
a52 --disable-
libmpeg2 --disable-freetype --disable-fribidi \
--disable-libmpeg2 --disable-freetype --disable-fribidi \
--disable-mad --disable-plugins --enable-optimize-memory \
--disable-mad --disable-plugins --enable-optimize-memory \
--with-freetype-config-path=/usr/local/wince-xscale/bin \
--with-freetype-config-path=/usr/local/wince-xscale/bin \
--with-fribidi-config-path=/usr/local/wince-xscale/bin \
--with-fribidi-config-path=/usr/local/wince-xscale/bin \
...
...
Makefile.am
View file @
35178153
...
@@ -70,7 +70,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
...
@@ -70,7 +70,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
--enable-fast-install
\
--enable-fast-install
\
--disable-dbus
\
--disable-dbus
\
--disable-dvd
--disable-mad
--disable-libmpeg2
\
--disable-dvd
--disable-mad
--disable-libmpeg2
\
--disable-ffmpeg
--disable-faad
--disable-
wxwidgets
--disable-
skins2
\
--disable-ffmpeg
--disable-faad
--disable-skins2
\
--disable-live555
\
--disable-live555
\
--disable-fribidi
--disable-glx
--disable-fribidi
--disable-glx
...
@@ -370,7 +370,7 @@ endif
...
@@ -370,7 +370,7 @@ endif
# Building aliases
# Building aliases
###############################################################################
###############################################################################
ALL_ALIASES
=
cvlc rvlc svlc
wxvlc
qvlc nvlc mvlc
ALL_ALIASES
=
cvlc rvlc svlc qvlc nvlc mvlc
bin_SCRIPTS
=
$(ALIASES)
bin_SCRIPTS
=
$(ALIASES)
CLEANFILES
+=
$(ALIASES)
$(noinst_SCRIPTS)
CLEANFILES
+=
$(ALIASES)
$(noinst_SCRIPTS)
EXTRA_SCRIPTS
=
$(ALL_ALIASES)
EXTRA_SCRIPTS
=
$(ALL_ALIASES)
...
@@ -388,9 +388,6 @@ rvlc: make-alias Makefile
...
@@ -388,9 +388,6 @@ rvlc: make-alias Makefile
svlc
:
make-alias Makefile
svlc
:
make-alias Makefile
$(MKALIAS)
skins2
$(MKALIAS)
skins2
wxvlc
:
make-alias Makefile
$(MKALIAS)
wx
qvlc
:
make-alias Makefile
qvlc
:
make-alias Makefile
$(MKALIAS)
qt4
$(MKALIAS)
qt4
...
...
config.in
View file @
35178153
...
@@ -11,11 +11,6 @@ choice 'Operating System' \
...
@@ -11,11 +11,6 @@ choice 'Operating System' \
mainmenu_option next_comment
mainmenu_option next_comment
comment 'User Interfaces'
comment 'User Interfaces'
bool 'wxWidgets interface' CONFIG_WXWIDGETS
if [ "$CONFIG_WXWIDGETS" = "y" ]; then
string 'wx-config path' CONFIG_WITHWXCONFIGPATH ""
string 'wx-config name' CONFIG_WITHWXCONFIG ""
fi
bool 'QT4 interface' CONFIG_QT4
bool 'QT4 interface' CONFIG_QT4
bool 'Skins interface' CONFIG_SKINS
bool 'Skins interface' CONFIG_SKINS
if [ "$CONFIG_SKINS" = "y" ]; then
if [ "$CONFIG_SKINS" = "y" ]; then
...
...
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