Commit d794b36a authored by James Almer's avatar James Almer

avcodec/libsvtav1: remove version check macro workaround

The current minimum supported version defines the macro.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 50bc8726
......@@ -37,10 +37,6 @@
#include "avcodec.h"
#include "profiles.h"
#ifndef SVT_AV1_CHECK_VERSION
#define SVT_AV1_CHECK_VERSION(major, minor, patch) 0
#endif
typedef enum eos_status {
EOS_NOT_REACHED = 0,
EOS_SENT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment