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
7524592c
Commit
7524592c
authored
Apr 13, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: update config.{sub,guess} for a few sout related libs
parent
648cfc2e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
contrib/src/lame/rules.mak
contrib/src/lame/rules.mak
+1
-0
contrib/src/shout/rules.mak
contrib/src/shout/rules.mak
+1
-0
contrib/src/twolame/rules.mak
contrib/src/twolame/rules.mak
+1
-0
contrib/src/x264/rules.mak
contrib/src/x264/rules.mak
+1
-0
contrib/src/x26410b/rules.mak
contrib/src/x26410b/rules.mak
+1
-0
No files found.
contrib/src/lame/rules.mak
View file @
7524592c
...
@@ -11,6 +11,7 @@ $(TARBALLS)/lame-$(LAME_VERSION).tar.gz:
...
@@ -11,6 +11,7 @@ $(TARBALLS)/lame-$(LAME_VERSION).tar.gz:
lame
:
lame-$(LAME_VERSION).tar.gz .sum-lame
lame
:
lame-$(LAME_VERSION).tar.gz .sum-lame
$(UNPACK)
$(UNPACK)
$(APPLY)
$(SRC)
/lame/lame-forceinline.patch
$(APPLY)
$(SRC)
/lame/lame-forceinline.patch
$(UPDATE_AUTOCONFIG)
$(MOVE)
$(MOVE)
.lame
:
lame
.lame
:
lame
...
...
contrib/src/shout/rules.mak
View file @
7524592c
...
@@ -19,6 +19,7 @@ $(TARBALLS)/libshout-$(SHOUT_VERSION).tar.gz:
...
@@ -19,6 +19,7 @@ $(TARBALLS)/libshout-$(SHOUT_VERSION).tar.gz:
libshout
:
libshout-$(SHOUT_VERSION).tar.gz .sum-shout
libshout
:
libshout-$(SHOUT_VERSION).tar.gz .sum-shout
$(UNPACK)
$(UNPACK)
$(APPLY)
$(SRC)
/shout/libshout-win32.patch
$(APPLY)
$(SRC)
/shout/libshout-win32.patch
$(UPDATE_AUTOCONFIG)
$(MOVE)
$(MOVE)
DEPS_shout
=
ogg
$(DEPS_ogg)
theora
$(DEPS_theora)
speex
$(DEPS_speex)
DEPS_shout
=
ogg
$(DEPS_ogg)
theora
$(DEPS_theora)
speex
$(DEPS_speex)
...
...
contrib/src/twolame/rules.mak
View file @
7524592c
...
@@ -23,6 +23,7 @@ twolame: twolame-$(TWOLAME_VERSION).tar.gz twolame-winutil.h .sum-twolame
...
@@ -23,6 +23,7 @@ twolame: twolame-$(TWOLAME_VERSION).tar.gz twolame-winutil.h .sum-twolame
ifdef
HAVE_WIN32
ifdef
HAVE_WIN32
cp
-f
$(
filter
%winutil.h,
$^
)
$@
-
$(TWOLAME_VERSION)
/win32/winutil.h
cp
-f
$(
filter
%winutil.h,
$^
)
$@
-
$(TWOLAME_VERSION)
/win32/winutil.h
endif
endif
$(UPDATE_AUTOCONFIG)
&&
cd
$(UNPACK_DIR)
&&
cp
config.guess config.sub build-scripts
$(MOVE)
$(MOVE)
.twolame
:
twolame
.twolame
:
twolame
...
...
contrib/src/x264/rules.mak
View file @
7524592c
...
@@ -44,6 +44,7 @@ x264: x264-$(X264_VERSION).tar.gz .sum-x264
...
@@ -44,6 +44,7 @@ x264: x264-$(X264_VERSION).tar.gz .sum-x264
rm
-Rf
x264-git
rm
-Rf
x264-git
mkdir
-p
x264-git
mkdir
-p
x264-git
$(ZCAT)
"
$<
"
|
(
cd
x264-git
&&
tar
xv
--strip-components
=
1
)
$(ZCAT)
"
$<
"
|
(
cd
x264-git
&&
tar
xv
--strip-components
=
1
)
$(UPDATE_AUTOCONFIG)
$(MOVE)
$(MOVE)
.x264
:
x264
.x264
:
x264
...
...
contrib/src/x26410b/rules.mak
View file @
7524592c
...
@@ -42,6 +42,7 @@ x26410b: x26410b-$(X264_VERSION).tar.gz .sum-x26410b
...
@@ -42,6 +42,7 @@ x26410b: x26410b-$(X264_VERSION).tar.gz .sum-x26410b
rm
-Rf
x26410b-git
rm
-Rf
x26410b-git
mkdir
-p
x26410b-git
mkdir
-p
x26410b-git
$(ZCAT)
"
$<
"
|
(
cd
x26410b-git
&&
tar
xv
--strip-components
=
1
)
$(ZCAT)
"
$<
"
|
(
cd
x26410b-git
&&
tar
xv
--strip-components
=
1
)
$(UPDATE_AUTOCONFIG)
$(MOVE)
$(MOVE)
.x26410b
:
x26410b
.x26410b
:
x26410b
...
...
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