Changeset 8809 for trunk/MagicSoft/Cosy/videodev
- Timestamp:
- 01/16/08 09:59:03 (17 years ago)
- Location:
- trunk/MagicSoft/Cosy/videodev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/videodev/CaosFilter.h
r2278 r8809 39 39 static int FilterLeds(float *xw, float *yw, float *xl, float *yl); 40 40 41 public: 42 virtual ~CaosFilter() { } 41 43 42 public:43 44 static void Execute(byte *img, float *xw, float *yw, float *xl, float *yl, 44 45 float &prx, float &pry, float &pr, float *v, float *w); -
trunk/MagicSoft/Cosy/videodev/Makefile
r7787 r8809 6 6 # 7 7 ################################################################## 8 # @maintitle9 8 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 9 include ../Makefile.conf.$(OSTYPE) 18 10 include ../Makefile.conf.general 19 11 20 # @endcode 21 22 INCLUDES = -I. -I.. -I../incl -I../base -I../caos -I/usr/X11R6/include -I../mars 23 24 # @code 12 INCLUDES = -I. -I.. -I../incl -I../base -I../caos -I/usr/X11R6/include -I../mars -I../mvideo 25 13 26 14 CINT = Videodev 27 LIB = videodev.a28 15 29 16 #------------------------------------------------------------------------------ 30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 17 33 18 SRCFILES = Camera.cc \ … … 38 23 Writer.cc 39 24 40 SRCS = $(SRCFILES)41 HEADERS = $(SRCFILES:.cc=.h)42 OBJS = $(SRCFILES:.cc=.o)43 CINTHEADERS = $(HEADERS)44 45 25 ############################################################ 46 26 47 all: $( LIB)27 all: $(OBJS) 48 28 49 29 include ../Makefile.rules 50 30 51 clean: rmlib rmcint rmobjs rmcore52 53 31 mrproper: clean rmbak 54 55 # @endcode56
Note:
See TracChangeset
for help on using the changeset viewer.