From b187fe3d02dc0c0ae00cbe9245bfba04d8fae8a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 23 Jan 2010 15:39:53 +0200 Subject: [PATCH] Still build the vcdx plugin Pointed-out-by: Alexis Ballier --- configure.ac | 1 + src/libvlc-module.c | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index c9be584ba4..0ee70dc146 100644 --- a/configure.ac +++ b/configure.ac @@ -2360,6 +2360,7 @@ then [VLC_ADD_LIBS([vcdx],[$LIBVCDINFO_LIBS]) VLC_ADD_CFLAGS([vcdx],[$LIBVCDINFO_CFLAGS])], [AC_MSG_ERROR([vcdx plugin requires libvcdinfo library >= 0.7.22])]) + VLC_ADD_PLUGIN([vcdx]) fi dnl diff --git a/src/libvlc-module.c b/src/libvlc-module.c index ac1e92b7d5..e29b0c84c1 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -843,14 +843,8 @@ static const char *const ppsz_clock_descriptions[] = #endif #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_( \ "This is the default VCD device to use." ) -#endif #define CDAUDIO_DEV_TEXT N_("Audio CD device") #define CDAUDIO_DEV_LONGTEXT N_( \ -- 2.39.5