aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-02 10:33:15 -0400
committerAlexis Ballier <aballier@gentoo.org>2013-08-06 10:18:38 -0400
commit24735200d60631d7126228331d86711db6940052 (patch)
tree0660b53d3c1dffc42a88a83c845126f50b28edc5 /lib
parent2663e1494d29355ddcfa5f0c5ce1257ca99274c1 (diff)
DllAvCodec: Remove now unused LIBAVCODEC_FROM_* macros.
Diffstat (limited to 'lib')
-rw-r--r--lib/DllAvCodec.h6
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