aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extract-artwork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extract-artwork.c b/extract-artwork.c
index 84d2120..d426043 100644
--- a/extract-artwork.c
+++ b/extract-artwork.c
@@ -34,7 +34,7 @@ int main(int argc, char **argv) {
}
/* libav */
-#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58, 9, 100)
+#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(58, 9, 100)
av_register_all();
#endif