Commit b187fe3d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Still build the vcdx plugin

Pointed-out-by: Alexis Ballier
parent 35192dd7
...@@ -2360,6 +2360,7 @@ then ...@@ -2360,6 +2360,7 @@ then
[VLC_ADD_LIBS([vcdx],[$LIBVCDINFO_LIBS]) [VLC_ADD_LIBS([vcdx],[$LIBVCDINFO_LIBS])
VLC_ADD_CFLAGS([vcdx],[$LIBVCDINFO_CFLAGS])], VLC_ADD_CFLAGS([vcdx],[$LIBVCDINFO_CFLAGS])],
[AC_MSG_ERROR([vcdx plugin requires libvcdinfo library >= 0.7.22])]) [AC_MSG_ERROR([vcdx plugin requires libvcdinfo library >= 0.7.22])])
VLC_ADD_PLUGIN([vcdx])
fi fi
dnl dnl
......
...@@ -843,14 +843,8 @@ static const char *const ppsz_clock_descriptions[] = ...@@ -843,14 +843,8 @@ static const char *const ppsz_clock_descriptions[] =
#endif #endif
#define VCD_DEV_TEXT N_("VCD device") #define VCD_DEV_TEXT N_("VCD device")
#ifdef HAVE_VCDX
#define VCD_DEV_LONGTEXT N_( \
"This is the default VCD device to use. " \
"If you don't specify anything, we'll scan for a suitable CD-ROM device." )
#else
#define VCD_DEV_LONGTEXT N_( \ #define VCD_DEV_LONGTEXT N_( \
"This is the default VCD device to use." ) "This is the default VCD device to use." )
#endif
#define CDAUDIO_DEV_TEXT N_("Audio CD device") #define CDAUDIO_DEV_TEXT N_("Audio CD device")
#define CDAUDIO_DEV_LONGTEXT N_( \ #define CDAUDIO_DEV_LONGTEXT N_( \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment