From 068c8ce19c688a95c232e4ae27d3e4db4354320d Mon Sep 17 00:00:00 2001 From: upsuper Date: Tue, 14 Aug 2012 23:10:45 +0800 Subject: [PATCH] remove duplicated code Signed-off-by: Michael Niedermayer --- libavcodec/version.h | 4 ---- 1 file changed, 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 */