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
68d90163
Commit
68d90163
authored
Jun 27, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: add a52dec library
parent
b5d38779
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2087 additions
and
0 deletions
+2087
-0
contrib/src/a52/SHA512SUMS
contrib/src/a52/SHA512SUMS
+1
-0
contrib/src/a52/liba52-fixed.diff
contrib/src/a52/liba52-fixed.diff
+2056
-0
contrib/src/a52/rules.mak
contrib/src/a52/rules.mak
+30
-0
No files found.
contrib/src/a52/SHA512SUMS
0 → 100644
View file @
68d90163
4b26fe9492f218b775fb190b76ecf06edaeb656adfe6dcbd24d0a0f86871c3ba917edb88a398eb12dccedaa1605b6f0a0be06b09f9fddd9a46e457b7dd244848 a52dec-0.7.4.tar.gz
contrib/src/a52/liba52-fixed.diff
0 → 100644
View file @
68d90163
This diff is collapsed.
Click to expand it.
contrib/src/a52/rules.mak
0 → 100644
View file @
68d90163
# liba52
A52DEC_VERSION
:=
0.7.4
A52DEC_URL
:=
$(CONTRIB_VIDEOLAN)
/a52dec-
$(A52DEC_VERSION)
.tar.gz
PKGS
+=
a52
$(TARBALLS)/a52dec-$(A52DEC_VERSION).tar.gz
:
$(DOWNLOAD)
$(A52DEC_URL)
.sum-a52
:
$(TARBALLS)/a52dec-$(A52DEC_VERSION).tar.gz
$(CHECK_SHA512)
touch
$@
a52dec
:
$(TARBALLS)/a52dec-$(A52DEC_VERSION).tar.gz .sum-a52
$(UNPACK_GZ)
ifndef
HAVE_FPU
(
cd
$@
-
$(A52DEC_VERSION)
&&
patch
-p0
)
<
$(SRC)
/a52/liba52-fixed.diff
endif
mv
$@
-
$(A52DEC_VERSION)
$@
touch
$@
.a52
:
a52dec
ifdef
HAVE_WIN64
cd
$<
&&
autoreconf
-fi
endif
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
/liba52
&&
$(MAKE)
install
cd
$<
/include
&&
$(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