diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-07-01 18:47:09 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-07-03 13:16:33 +0200 |
commit | 5efbeae38cdcf8ed099be06f59fb422b5004e163 (patch) | |
tree | 353af057f3746207ef8f3eb437039b60a5219d36 /libavutil | |
parent | 7c71ef4f1727e6a59b7266ef04be1076b6363b61 (diff) | |
download | ffmpeg-5efbeae38cdcf8ed099be06f59fb422b5004e163.tar.gz |
configure: rename have_incompatible_fork_abi -> have_incompatible_libav_abi
"Fork" is an ambiguous term, since there may be more than one fork, also
"fork" could be confused with the corresponding function. Also it seems
important to point the name of the referenced fork in the symbol.
Note: the old --enable-incompatible-fork-abi command is retained for
compatibility, although it should be considered deprecated.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/pixfmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h index 9a25c2c7de..ae32a8f3e2 100644 --- a/libavutil/pixfmt.h +++ b/libavutil/pixfmt.h @@ -245,7 +245,7 @@ enum AVPixelFormat { #endif }; -#if AV_HAVE_INCOMPATIBLE_FORK_ABI +#if AV_HAVE_INCOMPATIBLE_LIBAV_ABI #define AV_PIX_FMT_YUVA422P AV_PIX_FMT_YUVA422P_LIBAV #define AV_PIX_FMT_YUVA444P AV_PIX_FMT_YUVA444P_LIBAV #endif |