Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / cvenv / plugins.conf
diff --git a/apps/cvenv/plugins.conf b/apps/cvenv/plugins.conf
deleted file mode 100644 (file)
index 7bcf140..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#comment
-incpath include
-incpath plugins
-incpath ../../cv/include
-
-
-include assert.h
-include ctype.h
-include errno.h
-include iso646.h
-include float.h
-include limits.h
-include math.h
-include setjmp.h
-include stdarg.h
-include stddef.h
-include stdio.h
-include stdlib.h
-include string.h
-include time.h
-
-include cv.h
-include ../../otherlibs/highgui/highgui.h
-include ../../otherlibs/cvcam/include/cvcam.h
-
-libpath plugins
-libpath ./
-
-library ../../cv/src/.libs/libopencv.so
-library ../../otherlibs/highgui/.libs/libhighgui.so
-library ../../otherlibs/cvcam/src/unix/.libs/libcvvideo.so
-