comparison postprocess.c @ 111:bf39174d9785 libpostproc

Implement postproc_version().
author stefano
date Mon, 01 Sep 2008 18:00:53 +0000
parents 83d51d1fb580
children d4d919ebc31c
comparison
equal deleted inserted replaced
110:858be852c955 111:bf39174d9785
87 //#undef HAVE_MMX 87 //#undef HAVE_MMX
88 //#undef ARCH_X86 88 //#undef ARCH_X86
89 //#define DEBUG_BRIGHTNESS 89 //#define DEBUG_BRIGHTNESS
90 #include "postprocess.h" 90 #include "postprocess.h"
91 #include "postprocess_internal.h" 91 #include "postprocess_internal.h"
92
93 unsigned postproc_version(void)
94 {
95 return LIBPOSTPROC_VERSION_INT;
96 }
92 97
93 #ifdef HAVE_ALTIVEC_H 98 #ifdef HAVE_ALTIVEC_H
94 #include <altivec.h> 99 #include <altivec.h>
95 #endif 100 #endif
96 101