additional improvements for freebsd mostly
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / dvdcreate.C
index 6ecb270b381be0102a77e08381b2f0d03b660774..175ef5477ceb24c39c5a5b680af513d163e3cc4f 100644 (file)
 #include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>
+#if !defined(__FreeBSD__)
 #include <sys/stat.h>
 #include <sys/statfs.h>
-
+#else
+#include <sys/param.h>
+#include <sys/mount.h>
+#endif
 
 #define DVD_PAL_4x3    0
 #define DVD_PAL_16x9   1