summaryrefslogtreecommitdiff
path: root/sysutils/k3b-kde4/files/patch-src-rip-k3bdvdrippingprocess.cpp
blob: feaa2ecc86a4eb45f2c58f576ff520ba6d42faec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- src/rip/k3bdvdrippingprocess.cpp.orig	Wed Jun  2 11:31:41 2004
+++ src/rip/k3bdvdrippingprocess.cpp	Sun Aug 22 15:28:36 2004
@@ -285,10 +285,13 @@
 void K3bDvdRippingProcess::slotPreProcessingDvd() {
     QString video;
     QDir video_ts( m_mountPoint + "/VIDEO_TS");
+#ifndef FreeBSD
+// on FreeBSD both /VIDEO_TS and /video_ts exist on dvd devices ?!?
     if( video_ts.exists() ) {
         m_udfMount = true;
         kdDebug() << "(K3bDvdRippingProcess) <" << m_mountPoint << "> has UDF filesystem." << endl;
     }
+#endif
     video_ts.setPath( m_mountPoint + "/video_ts");
     if( !video_ts.exists() && !m_udfMount){
         m_preProcessingFailed = true;