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
2cacff0d
Commit
2cacff0d
authored
Jun 27, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: add vorbis(enc)
parent
a73694c6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
1 deletion
+37
-1
contrib/bootstrap
contrib/bootstrap
+1
-1
contrib/src/vorbis/SHA512SUMS
contrib/src/vorbis/SHA512SUMS
+1
-0
contrib/src/vorbis/rules.mak
contrib/src/vorbis/rules.mak
+35
-0
No files found.
contrib/bootstrap
View file @
2cacff0d
...
@@ -146,7 +146,7 @@ case "${OS}" in
...
@@ -146,7 +146,7 @@ case "${OS}" in
add_make_enabled
"HAVE_WINCE"
add_make_enabled
"HAVE_WINCE"
;;
;;
esac
esac
add_make_enabled
"BUILD_ENCODERS"
#
#
# Results output
# Results output
...
...
contrib/src/vorbis/SHA512SUMS
0 → 100644
View file @
2cacff0d
21acfd8bdb82a318c85a059e1de8b4d18c498a3985fe904e17e8592faad8989ba0ab4a124cba64311c1e76f78ae5e948c83684a4a418ef0ca7608f2fc010ea73 libvorbis-1.3.2.tar.xz
contrib/src/vorbis/rules.mak
0 → 100644
View file @
2cacff0d
# libvorbis
VORBIS_VERSION
:=
1.3.2
VORBIS_URL
:=
http://downloads.xiph.org/releases/vorbis/libvorbis-
$(VORBIS_VERSION)
.tar.xz
#VORBIS_URL := $(CONTRIB_VIDEOLAN)/libvorbis-$(VORBIS_VERSION).tar.gz
ifndef
HAVE_FPU
PKGS
+=
vorbis
endif
ifdef
BUILD_ENCODERS
PKGS
+=
vorbisenc
endif
$(TARBALLS)/libvorbis-$(VORBIS_VERSION).tar.xz
:
$(DOWNLOAD)
$(VORBIS_URL)
.sum-vorbis
:
$(TARBALLS)/libvorbis-$(VORBIS_VERSION).tar.xz
$(CHECK_SHA512)
touch
$@
libvorbis
:
$(TARBALLS)/libvorbis-$(VORBIS_VERSION).tar.xz .sum-vorbis
$(UNPACK_XZ)
mv
$@
-
$(VORBIS_VERSION)
$@
touch
$@
.vorbis
:
libvorbis .ogg
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-docs
--disable-examples
--disable-oggtest
cd
$<
&&
$(MAKE)
install
touch
$@
.sum-vorbisenc
:
.sum-vorbis
touch
$@
.vorbisenc
:
.vorbis
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