r1006: configure: Use libx264_pic instead of libx264 if available.
[cinelerra_cv/mob.git] / cinelerra / testobject.h
blob027baeb4209ec61dd639b63b8f553481af58c648
1 #ifndef TESTOBJECT_H
2 #define TESTOBJECT_H
4 #include <stdio.h>
6 class TestObject
8 public:
9 TestObject();
10 ~TestObject();
16 #endif