diff --git a/src/driver/record.cpp b/src/driver/record.cpp index 1925fdb1f..4f8d8bf36 100644 --- a/src/driver/record.cpp +++ b/src/driver/record.cpp @@ -66,7 +66,7 @@ extern "C" { #include -#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57, 48, 101) +#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59, 0, 100) #include #endif } diff --git a/src/driver/streamts.h b/src/driver/streamts.h index fbb271c70..91da9b00d 100644 --- a/src/driver/streamts.h +++ b/src/driver/streamts.h @@ -33,7 +33,7 @@ extern "C" { #include -#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57, 48, 101) +#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59, 0, 100) #include #endif }