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
c9a36881
Commit
c9a36881
authored
Nov 27, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: run $(RECONF) in an arbitrary list of packages
Now they recognize arm-linux-androideabi toolchain
parent
99096954
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
6 deletions
+7
-6
contrib/src/dvbpsi/rules.mak
contrib/src/dvbpsi/rules.mak
+1
-0
contrib/src/flac/rules.mak
contrib/src/flac/rules.mak
+2
-1
contrib/src/modplug/rules.mak
contrib/src/modplug/rules.mak
+1
-0
contrib/src/ogg/rules.mak
contrib/src/ogg/rules.mak
+1
-1
contrib/src/samplerate/rules.mak
contrib/src/samplerate/rules.mak
+1
-0
contrib/src/theora/rules.mak
contrib/src/theora/rules.mak
+0
-2
contrib/src/upnp/rules.mak
contrib/src/upnp/rules.mak
+0
-2
contrib/src/vorbis/rules.mak
contrib/src/vorbis/rules.mak
+1
-0
No files found.
contrib/src/dvbpsi/rules.mak
View file @
c9a36881
...
...
@@ -18,6 +18,7 @@ libdvbpsi: libdvbpsi-$(DVBPSI_VERSION).tar.bz2 .sum-dvbpsi
$(MOVE)
.dvbpsi
:
libdvbpsi
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--enable-release
cd
$<
&&
$(MAKE)
install
touch
$@
contrib/src/flac/rules.mak
View file @
c9a36881
...
...
@@ -23,7 +23,7 @@ endif
$(MOVE)
FLACCONF
:=
$(HOSTCONF)
\
--disable-
-
thorough-tests
\
--disable-thorough-tests
\
--disable-doxygen-docs
\
--disable-xmms-plugin
\
--disable-cpplibs
\
...
...
@@ -38,6 +38,7 @@ endif
DEPS_flac
=
ogg
$(DEPS_ogg)
.flac
:
flac
$(RECONF)
-I
m4
cd
$<
&&
$(HOSTVARS)
./configure
$(FLACCONF)
cd
$<
/src
&&
$(MAKE)
-C
libFLAC
install
cd
$<
&&
$(MAKE)
-C
include
install
...
...
contrib/src/modplug/rules.mak
View file @
c9a36881
...
...
@@ -18,6 +18,7 @@ libmodplug: libmodplug-$(MODPLUG_VERSION).tar.gz .sum-modplug
$(MOVE)
.modplug
:
libmodplug
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
contrib/src/ogg/rules.mak
View file @
c9a36881
...
...
@@ -25,7 +25,7 @@ endif
$(MOVE)
.ogg
:
libogg
#
$(RECONF)
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
contrib/src/samplerate/rules.mak
View file @
c9a36881
...
...
@@ -17,6 +17,7 @@ samplerate: libsamplerate-$(SAMPLERATE_VERSION).tar.gz .sum-samplerate
$(MOVE)
.samplerate
:
samplerate
$(RECONF)
-I
M4
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
contrib/src/theora/rules.mak
View file @
c9a36881
...
...
@@ -43,9 +43,7 @@ endif
DEPS_theora
=
ogg
$(DEPS_ogg)
.theora
:
libtheora
ifdef
HAVE_WIN32
$(RECONF)
endif
cd
$<
&&
$(HOSTVARS)
./configure
$(THEORACONF)
cd
$<
&&
$(MAKE)
install
touch
$@
contrib/src/upnp/rules.mak
View file @
c9a36881
...
...
@@ -24,9 +24,7 @@ endif
$(MOVE)
.upnp
:
upnp
ifdef
HAVE_WIN32
$(RECONF)
endif
cd
$<
&&
$(HOSTVARS)
CFLAGS
=
"
$(CFLAGS)
-O3 -DUPNP_STATIC_LIB
$(LIBUPNP_ECFLAGS)
"
./configure
--disable-samples
--without-documentation
--disable-webserver
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
contrib/src/vorbis/rules.mak
View file @
c9a36881
...
...
@@ -30,6 +30,7 @@ libvorbis: libvorbis-$(VORBIS_VERSION).tar.xz .sum-vorbis
DEPS_vorbis
=
ogg
$(DEPS_ogg)
.vorbis
:
libvorbis
$(RECONF)
-I
m4
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-docs
--disable-examples
--disable-oggtest
cd
$<
&&
$(MAKE)
install
touch
$@
...
...
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