diff options
author | Sven Gothel <[email protected]> | 2020-01-27 02:41:06 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-04-20 06:45:06 +0200 |
commit | 74153176617f10ec4d8c59a8a98f895f2ea496a4 (patch) | |
tree | 4c55acd21c18787e4c75610fe5515dddf8d4d463 /contrib | |
parent | 173b74d0d50f53becc7e950d02b3ecfb2225f24e (diff) |
nvenc-encoder2: ffmpeg/module.defs: Removed 'disable-hwaccels' as I hoped we get some decode support (not yet)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ffmpeg/module.defs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 058fcace9..68d66b003 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -35,7 +35,6 @@ FFMPEG.CONFIGURE.extra = \ --disable-muxers \ --disable-network \ --enable-libzimg \ - --disable-hwaccels \ --disable-vdpau \ --disable-encoders \ --enable-libmp3lame \ |