This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
configure: Enable hwaccels without external dependencies by default.
tags/n2.0
Diego Biurrun
12 years ago
parent
72ad96c854
commit
2e2ec66741
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
configure
+ 3
- 0
configure
View File
@@ -1908,6 +1908,9 @@ enable safe_bitstream_reader
enable static
enable static
enable swscale_alpha
enable swscale_alpha
# By default, enable only those hwaccels that have no external dependencies.
enable dxva2 vdpau
# build settings
# build settings
SHFLAGS='-shared -Wl,-soname,$$(@F)'
SHFLAGS='-shared -Wl,-soname,$$(@F)'
AVSERVERLDFLAGS=-Wl,-E
AVSERVERLDFLAGS=-Wl,-E
Write
Preview
Loading…
Cancel
Save