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
2b48ff18
Commit
2b48ff18
authored
Aug 09, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: lame is not used directly
parent
876fbd70
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
contrib/src/ffmpeg/rules.mak
contrib/src/ffmpeg/rules.mak
+0
-1
contrib/src/lame/rules.mak
contrib/src/lame/rules.mak
+0
-4
No files found.
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
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