diff utils.c @ 379:47c878305986 libavcodec

build info for ABI
author nickols_k
date Sun, 12 May 2002 15:53:25 +0000
parents 02147e22f8c8
children e2cb8a4ee0c5
line wrap: on
line diff
--- a/utils.c	Sun May 12 15:30:10 2002 +0000
+++ b/utils.c	Sun May 12 15:53:25 2002 +0000
@@ -412,6 +412,11 @@
   return LIBAVCODEC_VERSION_INT;
 }
 
+unsigned avcodec_build( void )
+{
+  return LIBAVCODEC_BUILD;
+}
+
 /* must be called before any other functions */
 void avcodec_init(void)
 {