r1037: Check for OpenGL 2.0 libraries in /usr/X11R6/lib64/libGL.so.1,
[cinelerra_cv.git] / cinelerra / assets.inc
blobe02d4c1c69bca5c4306f49dbcb990985379f781a
1 #ifndef ASSETS_INC
2 #define ASSETS_INC
5 class Assets;
8 // Index statuses
9 #define INDEX_READY     0
10 #define INDEX_NOTTESTED 1
11 #define INDEX_BUILDING  2
12 #define INDEX_TOOSMALL  3
17 #endif