raw1394handle_tSee source code: HERE
1 // ----- check libraw1394 verison ----
2 const char* libraw1394_version = raw1394_get_libversion();
3 std::cout << "lib version = " << libraw1394_version << std::endl;
The raw1394_get_libversion() returns current library version, I use it to check if I am linking against compiled library or the version from apt-get install.