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
66178e72
Commit
66178e72
authored
Aug 08, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add lame
parent
27922fbe
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
2 deletions
+25
-2
contrib/src/ffmpeg/rules.mak
contrib/src/ffmpeg/rules.mak
+2
-2
contrib/src/lame/SHA512SUMS
contrib/src/lame/SHA512SUMS
+1
-0
contrib/src/lame/rules.mak
contrib/src/lame/rules.mak
+22
-0
No files found.
contrib/src/ffmpeg/rules.mak
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 ?
...
...
contrib/src/lame/SHA512SUMS
0 → 100644
View file @
66178e72
cf6cff914c06c2d65470c577eed2bfa226e9017cdfd26aa3e95c3b3b76c40568151ca223327859d6dacb982c80c06b672ba4e9f32ce1e452363c95126edb301b lame-3.98.4.tar.gz
contrib/src/lame/rules.mak
0 → 100644
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
$@
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