r1006: configure: Use libx264_pic instead of libx264 if available.
[cinelerra_cv/mob.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