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
91bfa020
Commit
91bfa020
authored
Jul 18, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* had forgotten to actually activate mozilla :)
parent
e1523249
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
vlc.ebuild
vlc.ebuild
+7
-1
No files found.
vlc.ebuild
View file @
91bfa020
...
...
@@ -2,7 +2,7 @@
# vlc.ebuild: A Gentoo ebuild for vlc
###############################################################################
# Copyright (C) 2003 VideoLAN
# $Id: vlc.ebuild,v 1.1
3 2003/07/18 20:00:02
hartman Exp $
# $Id: vlc.ebuild,v 1.1
4 2003/07/18 20:16:53
hartman Exp $
#
# Authors: Derk-Jan Hartman <thedj at users.sf.net>
#
...
...
@@ -233,6 +233,12 @@ src_compile(){
# pvr is a local USE var, see /usr/portage/profiles/use.local.desc for more details
use pvr
&&
myconf
=
"
${
myconf
}
--enable-pvr"
if
[
"
`
use mozilla
`
"
]
;
then
myconf
=
"
${
myconf
}
--enable-mozilla
\
MOZILLA_CONFIG=/usr/lib/mozilla/mozilla-config
\
XPIDL=/usr/bin/xpidl"
fi
# vlc uses its own ultraoptimizaed CXXFLAGS
# and forcing custom ones generally fails building
export
CXXFLAGS
=
""
...
...
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