From b7f179ea5d98c83fd6eb0a2afaf722cfa0aa78e9 Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Sun, 4 Dec 2016 19:15:08 +0000 Subject: [PATCH] dupplicates options --- bootstrap.linux | 1 - bootstrap.macports | 1 - 2 files changed, 2 deletions(-) diff --git a/bootstrap.linux b/bootstrap.linux index fee180ff..3502f6fc 100755 --- a/bootstrap.linux +++ b/bootstrap.linux @@ -20,7 +20,6 @@ cmake -G "$MAKEFILES_TYPE" . \ -DEXIV2_ENABLE_SHARED=ON \ -DEXIV2_ENABLE_XMP=ON \ -DEXIV2_ENABLE_LIBXMP=ON \ - -DEXIV2_ENABLE_VIDEO=ON \ -DEXIV2_ENABLE_PNG=ON \ -DEXIV2_ENABLE_NLS=ON \ -DEXIV2_ENABLE_PRINTUCS2=ON \ diff --git a/bootstrap.macports b/bootstrap.macports index 0dd2879f..9ce03570 100755 --- a/bootstrap.macports +++ b/bootstrap.macports @@ -63,7 +63,6 @@ cmake -G "$MAKEFILES_TYPE" . \ -DEXIV2_ENABLE_SHARED=ON \ -DEXIV2_ENABLE_XMP=ON \ -DEXIV2_ENABLE_LIBXMP=ON \ - -DEXIV2_ENABLE_VIDEO=ON \ -DEXIV2_ENABLE_PNG=ON \ -DEXIV2_ENABLE_NLS=ON \ -DEXIV2_ENABLE_PRINTUCS2=ON \