Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
2b48ff18
Commit
2b48ff18
authored
Aug 09, 2011
by
Rémi Denis-Courmont
Browse files
contrib: lame is not used directly
parent
876fbd70
Changes
2
Show whitespace changes
Inline
Side-by-side
contrib/src/ffmpeg/rules.mak
View file @
2b48ff18
...
...
@@ -26,7 +26,6 @@ DEPS_ffmpeg = zlib gsm vpx $(DEPS_vpx)
# Optional dependencies
ifdef
BUILD_ENCODERS
# TODO:
FFMPEGCONF
+=
--enable-libmp3lame
DEPS_ffmpeg
+=
lame
$(DEPS_lame)
else
...
...
contrib/src/lame/rules.mak
View file @
2b48ff18
...
...
@@ -3,10 +3,6 @@
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)
)
...
...
Write
Preview
Supports
Markdown
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