Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
456
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
66178e72
Commit
66178e72
authored
13 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Contribs: add lame
parent
27922fbe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/src/ffmpeg/rules.mak
+2
-2
2 additions, 2 deletions
contrib/src/ffmpeg/rules.mak
contrib/src/lame/SHA512SUMS
+1
-0
1 addition, 0 deletions
contrib/src/lame/SHA512SUMS
contrib/src/lame/rules.mak
+22
-0
22 additions, 0 deletions
contrib/src/lame/rules.mak
with
25 additions
and
2 deletions
contrib/src/ffmpeg/rules.mak
+
2
−
2
View file @
66178e72
...
...
@@ -27,8 +27,8 @@ DEPS_ffmpeg = zlib gsm vpx $(DEPS_vpx)
# Optional dependencies
ifdef
BUILD_ENCODERS
# TODO:
#
FFMPEGCONF += --enable-libmp3lame
#
DEPS_ffmpeg += lame $(DEPS_lame)
FFMPEGCONF
+=
--enable-libmp3lame
DEPS_ffmpeg
+=
lame
$(
DEPS_lame
)
else
FFMPEGCONF
+=
--disable-encoders
--disable-muxers
# XXX: REVISIT --enable-small ?
...
...
This diff is collapsed.
Click to expand it.
contrib/src/lame/SHA512SUMS
0 → 100644
+
1
−
0
View file @
66178e72
cf6cff914c06c2d65470c577eed2bfa226e9017cdfd26aa3e95c3b3b76c40568151ca223327859d6dacb982c80c06b672ba4e9f32ce1e452363c95126edb301b lame-3.98.4.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/lame/rules.mak
0 → 100644
+
22
−
0
View file @
66178e72
# lame
LAME_VERSION
:=
3.98.4
LAME_URL
:=
$(
SF
)
/lame/lame-
$(
LAME_VERSION
)
.tar.gz
ifdef
BUILD_ENCODERS
PKGS
+=
lame
endif
$(TARBALLS)/lame-$(LAME_VERSION).tar.gz
:
$(
call download,
$(
LAME_URL
))
.sum-lame
:
lame-$(LAME_VERSION).tar.gz
lame
:
lame-$(LAME_VERSION).tar.gz .sum-lame
$(
UNPACK
)
$(
MOVE
)
.lame
:
lame
cd
$<
&&
$(
HOSTVARS
)
./configure
$(
HOSTCONF
)
--disable-analyser-hooks
--disable-decoder
--disable-gtktest
--disable-frontend
cd
$<
&&
$(
MAKE
)
install
touch
$@
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment