Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
9c64ad34
Commit
9c64ad34
authored
Oct 12, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: deactivate libavcodec vorbis encoder
Its quality is really bad, and we have the native one...
parent
ecf2de37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
contrib/src/ffmpeg/rules.mak
contrib/src/ffmpeg/rules.mak
+3
-2
No files found.
contrib/src/ffmpeg/rules.mak
View file @
9c64ad34
...
...
@@ -7,6 +7,7 @@ FFMPEGCONF = \
--cc
=
"
$(CC)
"
\
--disable-doc
\
--disable-decoder
=
bink
\
--disable-encoder
=
vorbis
\
--enable-libgsm
\
--enable-libopenjpeg
\
--disable-debug
\
...
...
@@ -74,7 +75,7 @@ FFMPEGCONF += --cpu=core2
endif
endif
ifdef
HAVE_IOS
FFMPEGCONF
+=
--enable-pic
--as
=
"
$(AS)
"
--disable-decoder
=
snow
FFMPEGCONF
+=
--enable-pic
--as
=
"
$(AS)
"
endif
# Linux
...
...
@@ -101,7 +102,7 @@ DEPS_ffmpeg += directx
endif
FFMPEGCONF
+=
--target-os
=
mingw32
--enable-memalign-hack
FFMPEGCONF
+=
--enable-w32threads
--enable-dxva2
\
--disable-decoder
=
dca
--disable-encoder
=
vorbis
\
--disable-decoder
=
dca
ifdef
HAVE_WIN64
FFMPEGCONF
+=
--cpu
=
athlon64
--arch
=
x86_64
...
...
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