1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

remove dependencies of ffcall

This commit is contained in:
ser1zw 2012-01-04 02:25:13 +09:00
parent fadad7f893
commit e752f57d5b
4 changed files with 10 additions and 48 deletions

View file

@ -38,10 +38,6 @@ extern "C" {
#include <st.h>
#endif
#ifdef HAVE_CALLBACK_H
#include <callback.h> // callhack.h is ffcall header
#endif
#ifdef HAVE_STDARG_H
#include <stdarg.h>
#define va_init_list(a,b) va_start(a,b)