diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-10-26 00:18:46 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-11-26 21:41:14 +0000 |
commit | da4e02b1961572c15d7cd6a701d153155f196477 (patch) | |
tree | 6830687d77b736cdb8656b2d621f1444e5bc243a /libavcodec/mediacodec.c | |
parent | 9bd326ac465db2eee47301a1225d55dffd7bfe93 (diff) | |
download | ffmpeg-da4e02b1961572c15d7cd6a701d153155f196477.tar.gz |
lavc: Delete all fake hwaccels
They are now unused.
Diffstat (limited to 'libavcodec/mediacodec.c')
-rw-r--r-- | libavcodec/mediacodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mediacodec.c b/libavcodec/mediacodec.c index 610bb49a73..d492eefe0b 100644 --- a/libavcodec/mediacodec.c +++ b/libavcodec/mediacodec.c @@ -26,7 +26,7 @@ #include "mediacodec.h" -#if CONFIG_H264_MEDIACODEC_HWACCEL +#if CONFIG_MEDIACODEC #include <jni.h> |