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
c5a479eb
Commit
c5a479eb
authored
Nov 20, 2007
by
Jean-Paul Saman
Committed by
Jean-Paul Saman
Mar 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add RHEL dectection to the contrib and modify fedora.mak file.
parent
9afab3cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
extras/contrib/bootstrap
extras/contrib/bootstrap
+2
-0
extras/contrib/src/Distributions/fedora.mak
extras/contrib/src/Distributions/fedora.mak
+1
-1
No files found.
extras/contrib/bootstrap
View file @
c5a479eb
...
@@ -157,6 +157,8 @@ case $HOST in
...
@@ -157,6 +157,8 @@ case $HOST in
# Try to match distribution
# Try to match distribution
if
test
-f
/etc/fedora-release
;
then
if
test
-f
/etc/fedora-release
;
then
cat
src/Distributions/fedora.mak
>>
distro.mak
cat
src/Distributions/fedora.mak
>>
distro.mak
if
test
-f
/etc/redhat-release
;
then
cat
src/Distributions/rhel.mak
>>
distro.mak
else
else
# Default Unix-like systems
# Default Unix-like systems
cat
src/Distributions/unix.mak
>>
distro.mak
cat
src/Distributions/unix.mak
>>
distro.mak
...
...
extras/contrib/src/Distributions/fedora.mak
View file @
c5a479eb
...
@@ -5,6 +5,6 @@ all: .intl .freetype .fribidi .zlib \
...
@@ -5,6 +5,6 @@ all: .intl .freetype .fribidi .zlib \
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.mpcdec
\
.mpcdec
\
.dvdnav .dvbpsi .wxwidgets .dirac
\
.dvdnav .dvbpsi .wxwidgets .dirac
\
.dca .raw1394 .dc1394 .lua .zvbi
\
.
lib
dca .raw1394 .dc1394 .lua .zvbi
\
.aclocal
.aclocal
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