summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpostproc/postprocess.c')
-rw-r--r--libpostproc/postprocess.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c
index a74a64718a..79db062d0a 100644
--- a/libpostproc/postprocess.c
+++ b/libpostproc/postprocess.c
@@ -90,6 +90,11 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
#include "postprocess.h"
#include "postprocess_internal.h"
+unsigned postproc_version(void)
+{
+ return LIBPOSTPROC_VERSION_INT;
+}
+
#ifdef HAVE_ALTIVEC_H
#include <altivec.h>
#endif