Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorupsuper <quanxunzhen@gmail.com>2012-08-14 19:10:45 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-08-14 20:39:55 +0400
commit068c8ce19c688a95c232e4ae27d3e4db4354320d (patch)
tree58be99d54ba0dc19bd44df6efc3119044bc32527
parentc8e186fa7b755947a0304639f3d02ad678144fbe (diff)
remove duplicated code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/version.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index ab109733b1..f2c5151a3e 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -93,8 +93,4 @@
#define FF_API_VDA_ASYNC (LIBAVCODEC_VERSION_MAJOR < 55)
#endif
-#ifndef FF_API_VDA_ASYNC
-#define FF_API_VDA_ASYNC (LIBAVCODEC_VERSION_MAJOR < 55)
-#endif
-
#endif /* AVCODEC_VERSION_H */