From bd381fd3f60ca93ec9d383b87577a14f2951ff69 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 18 Nov 2009 17:16:02 +0000 Subject: Add functions to return library license and library configuration. Originally committed as revision 29932 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libswscale/swscale.h') diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 9a088af3fc..aec6a38e94 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -48,6 +48,16 @@ */ unsigned swscale_version(void); +/** + * Returns the libswscale build-time configuration. + */ +const char * swscale_configuration(void); + +/** + * Returns the libswscale license. + */ +const char * swscale_license(void); + /* values for the flags, the stuff on the command line is different */ #define SWS_FAST_BILINEAR 1 #define SWS_BILINEAR 2 -- cgit v1.2.3