Code

Enable the poppler-based PDF import extension by default.
authormiklosh <miklosh@users.sourceforge.net>
Thu, 12 Jul 2007 18:02:54 +0000 (18:02 +0000)
committermiklosh <miklosh@users.sourceforge.net>
Thu, 12 Jul 2007 18:02:54 +0000 (18:02 +0000)
src/extension/init.cpp

index 9a11097827bec8a0b6c8119b5c3323cb4b1da6c3..bf42e1d699b7df5b22e8d4704fdc5745b462f440 100644 (file)
@@ -131,10 +131,12 @@ init()
     Internal::CairoPsOutput::init();
 #endif
 #ifdef HAVE_POPPLER
-//    Internal::PdfInput::init();
+    Internal::PdfInput::init();
 #endif
 #ifdef HAVE_POPPLER_GLIB
+    if (0) {
     Internal::PdfInputCairo::init();
+    }
 #endif
 #ifdef WITH_GNOME_PRINT
     Internal::PrintGNOME::init();