[vlc-commits] Avcodec: we already require 52.25.0
Jean-Baptiste Kempf
git at videolan.org
Thu Aug 16 17:17:45 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 16 17:16:13 2012 +0200| [7676c7b758a3f9296adeee212d9f791b5fa9a1da] | committer: Jean-Baptiste Kempf
Avcodec: we already require 52.25.0
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7676c7b758a3f9296adeee212d9f791b5fa9a1da
---
modules/codec/avcodec/subtitle.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/modules/codec/avcodec/subtitle.c b/modules/codec/avcodec/subtitle.c
index f757ad5..202358c 100644
--- a/modules/codec/avcodec/subtitle.c
+++ b/modules/codec/avcodec/subtitle.c
@@ -41,8 +41,6 @@
#include "avcodec.h"
-#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 25, 0 )
-
struct decoder_sys_t {
AVCODEC_COMMON_MEMBERS
};
@@ -284,4 +282,3 @@ static subpicture_t *ConvertSubtitle(decoder_t *dec, AVSubtitle *ffsub, mtime_t
return spu;
}
-#endif
More information about the vlc-commits
mailing list