diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-02 10:33:15 -0400 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-06 10:18:38 -0400 |
commit | 24735200d60631d7126228331d86711db6940052 (patch) | |
tree | 0660b53d3c1dffc42a88a83c845126f50b28edc5 /lib | |
parent | 2663e1494d29355ddcfa5f0c5ce1257ca99274c1 (diff) |
DllAvCodec: Remove now unused LIBAVCODEC_FROM_* macros.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/DllAvCodec.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/DllAvCodec.h b/lib/DllAvCodec.h index d1360608c1..6207d67c95 100644 --- a/lib/DllAvCodec.h +++ b/lib/DllAvCodec.h @@ -49,12 +49,6 @@ extern "C" { #endif } -#if LIBAVCODEC_VERSION_MICRO >= 100 - #define LIBAVCODEC_FROM_FFMPEG -#else - #define LIBAVCODEC_FROM_LIBAV -#endif - #include "threads/SingleLock.h" class DllAvCodecInterface |