]> git.sesse.net Git - vlc/commitdiff
Move some DEFINES that are also required without libcdio
authorBenjamin Pracht <bigben@videolan.org>
Sun, 17 Jul 2005 18:57:40 +0000 (18:57 +0000)
committerBenjamin Pracht <bigben@videolan.org>
Sun, 17 Jul 2005 18:57:40 +0000 (18:57 +0000)
modules/gui/wxwindows/open.cpp

index 6265fa9936fa6df1c2719e7015c626c784e6dd87..046c52d4821ac92afb643a351603f0950c17a78c 100644 (file)
 #   define wxRB_SINGLE 0
 #endif
 
+#define SELECTION_DISC_TYPE_DVD_MENUS 0
+#define SELECTION_DISC_TYPE_DVD       1
+#define SELECTION_DISC_TYPE_VCD       2
+#define SELECTION_DISC_TYPE_CDDA      3
+
 /*****************************************************************************
  * Event Table.
  *****************************************************************************/
@@ -1382,10 +1387,6 @@ static char * ProbeVCD(const wxChar *device)
                        |CDIO_FS_UNKNOWN), true);
 }
 
-#define SELECTION_DISC_TYPE_DVD_MENUS 0
-#define SELECTION_DISC_TYPE_DVD       1
-#define SELECTION_DISC_TYPE_VCD       2
-#define SELECTION_DISC_TYPE_CDDA      3
  
 /* 
    Probe (find anywhere) a CD-DA, VCD, or a DVD.