diff utils.c @ 7241:239031d20617 libavcodec

Deprecate avcodec_build(), it returns the same value as avcodec_version().
author andoma
date Fri, 11 Jul 2008 15:25:12 +0000
parents 05c4de3904f6
children 643c85503f1f
line wrap: on
line diff
--- a/utils.c	Fri Jul 11 07:48:37 2008 +0000
+++ b/utils.c	Fri Jul 11 15:25:12 2008 +0000
@@ -1200,10 +1200,12 @@
   return LIBAVCODEC_VERSION_INT;
 }
 
+#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
 unsigned avcodec_build( void )
 {
   return LIBAVCODEC_BUILD;
 }
+#endif
 
 void avcodec_init(void)
 {