Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
68178ca9
Commit
68178ca9
authored
Dec 15, 2008
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add xvmc configure support.
Originally committed as revision 16154 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b24298ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
configure
configure
+4
-1
No files found.
configure
View file @
68178ca9
...
...
@@ -86,6 +86,7 @@ show_help(){
echo
" --enable-pthreads use pthreads [no]"
echo
" --enable-w32threads use Win32 threads [no]"
echo
" --enable-x11grab enable X11 grabbing [no]"
echo
" --enable-xvmc enable XvMC support [no]"
echo
echo
"External library support:"
echo
" --enable-mlib enable Sun medialib [no]"
...
...
@@ -775,6 +776,7 @@ CONFIG_LIST="
swscale
vhook
x11grab
xvmc
zlib
"
...
...
@@ -980,10 +982,10 @@ mjpeg_encoder_select="aandct"
mpeg1video_encoder_select
=
"aandct"
mpeg2video_encoder_select
=
"aandct"
mpeg4_encoder_select
=
"aandct"
mpeg_xvmc_decoder_deps
=
"xvmc X11_extensions_XvMClib_h"
msmpeg4v1_encoder_select
=
"aandct"
msmpeg4v2_encoder_select
=
"aandct"
msmpeg4v3_encoder_select
=
"aandct"
mpeg_xvmc_decoder_deps
=
"xvmc"
nellymoser_decoder_select
=
"fft mdct"
nellymoser_encoder_select
=
"fft mdct"
png_decoder_select
=
"zlib"
...
...
@@ -1826,6 +1828,7 @@ check_header sys/mman.h
check_header sys/resource.h
check_header sys/select.h
check_header termios.h
check_header X11/extensions/XvMClib.h
if
!
enabled_any memalign memalign_hack
&&
enabled need_memalign
;
then
die
"Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
...
...
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