diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-26 12:07:12 -0400 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-01 16:11:12 -0400 |
commit | 0f6666340e189131a52407a77ab94c6d37967915 (patch) | |
tree | 907ddfb0f7dbc2691d622969165d6d6f8b57ad8f | |
parent | 4402d325726193ccc353861b17e5f88243da5a41 (diff) |
DllAvUtil.h: Add LIBAVUTIL_FROM* macros.
-rw-r--r-- | lib/DllAvUtil.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/DllAvUtil.h b/lib/DllAvUtil.h index 937ba9ea4c..eaeb6d22f9 100644 --- a/lib/DllAvUtil.h +++ b/lib/DllAvUtil.h @@ -59,6 +59,13 @@ extern "C" { #endif } +#if LIBAVUTIL_VERSION_MICRO >= 100 + #define LIBAVUTIL_FROM_FFMPEG +#else + #define LIBAVUTIL_FROM_LIBAV +#endif + + #ifndef __GNUC__ #pragma warning(pop) #endif |