Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
e2261b93
Commit
e2261b93
authored
Jun 18, 2000
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
. On peut enfin fermer la fen�tre principale en cliquant sur le bouton
fermeture du window manager
parent
d7976347
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
Makefile.in
Makefile.in
+1
-5
No files found.
Makefile.in
View file @
e2261b93
...
...
@@ -31,6 +31,7 @@ prefix=@prefix@
PROGRAM_OPTIONS
=
$(SYS)
$(ARCH)
ifeq
($(DEBUG),1)
PROGRAM_OPTIONS
+=
DEBUG
DEFINE
+=
-DDEBUG
endif
# PROGRAM_BUILD is a complete identification of the build
...
...
@@ -45,11 +46,6 @@ PROGRAM_BUILD = `date` $(USER)
DEFINE
+=
-DSYS_
$(
shell
echo
$(SYS)
|
sed
's/-.*//'
|
tr
a-z A-Z
)
DEFINE
+=
-DPLUGIN_PATH
=
"
\"
$(prefix)
/lib/videolan/vlc
\"
"
DEFINE
+=
-DDATA_PATH
=
"
\"
$(prefix)
/share/videolan/vlc
\"
"
#DEFINE += -DPROGRAM_OPTIONS="\"$(shell echo $(PROGRAM_OPTIONS) | tr 'A-Z' 'a-z')\""
#DEFINE += -DPROGRAM_BUILD="\"$(PROGRAM_BUILD)\""
ifeq
($(DEBUG),1)
DEFINE
+=
-DDEBUG
endif
################################################################################
# Tuning and other variables - do not change anything except if you know
...
...
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