[FFmpeg-cvslog] r25420 - in trunk/libavutil: Makefile avutil.h

stefano subversion
Sat Oct 9 01:42:25 CEST 2010


Author: stefano
Date: Sat Oct  9 01:42:25 2010
New Revision: 25420

Log:
Install libavutil/opt.h, its API is public.

Fix issue #2265.

Modified:
   trunk/libavutil/Makefile
   trunk/libavutil/avutil.h

Modified: trunk/libavutil/Makefile
==============================================================================
--- trunk/libavutil/Makefile	Sat Oct  9 01:36:35 2010	(r25419)
+++ trunk/libavutil/Makefile	Sat Oct  9 01:42:25 2010	(r25420)
@@ -23,6 +23,7 @@ HEADERS = adler32.h                     
           mathematics.h                                                 \
           md5.h                                                         \
           mem.h                                                         \
+          opt.h                                                         \
           pixdesc.h                                                     \
           pixfmt.h                                                      \
           random_seed.h                                                 \

Modified: trunk/libavutil/avutil.h
==============================================================================
--- trunk/libavutil/avutil.h	Sat Oct  9 01:36:35 2010	(r25419)
+++ trunk/libavutil/avutil.h	Sat Oct  9 01:42:25 2010	(r25420)
@@ -41,7 +41,7 @@
 
 #define LIBAVUTIL_VERSION_MAJOR 50
 #define LIBAVUTIL_VERSION_MINOR 32
-#define LIBAVUTIL_VERSION_MICRO  2
+#define LIBAVUTIL_VERSION_MICRO  3
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
                                                LIBAVUTIL_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list