Revision c1736936 libpostproc/postprocess.c
libpostproc/postprocess.c | ||
---|---|---|
92 | 92 |
return LIBPOSTPROC_VERSION_INT; |
93 | 93 |
} |
94 | 94 |
|
95 |
const char * postproc_configuration(void) |
|
96 |
{ |
|
97 |
return FFMPEG_CONFIGURATION; |
|
98 |
} |
|
99 |
|
|
100 |
const char * postproc_license(void) |
|
101 |
{ |
|
102 |
#define LICENSE_PREFIX "libpostproc license: " |
|
103 |
return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1; |
|
104 |
} |
|
105 |
|
|
95 | 106 |
#if HAVE_ALTIVEC_H |
96 | 107 |
#include <altivec.h> |
97 | 108 |
#endif |
Also available in: Unified diff