Cleanup. Got rid of lots of warnings during compilation and some deprecated calls especially on MacOS X.
Changed code tested on both Mac OS X and Linux.
- FastDXT compiles and links well on Mac now
- configure.in and Makefile.in
- final linking of ultragrid depends on OS
- ultragrid can be compiled and linked with SDL and OpenGL frameworks and with GLEW and FastDXT on Mac
- main.c
- added -p parameter which means progressive frame is being sent or displayed (for sending and receiving video acquired from blackmagic)
- more parametrization based on bitdepth choice
- 8b should work even for grabbing from DVS Centaurus
- video_compress.c
- dxt compressed video sending works on Mac now
- video_capture/quicktime.c
- cleanup
- video_display/sdl.c
- completely ported to Mac but quite slow now
- understands -b 8|10 and -p parameters
- video_display/gl_sdl.c
- ported to Mac but not working now
- video_display/dxt.c
- ported to Mac but untested