vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Wed Mar 14 10:24:05 2018 +0100| [ebfe123668bf206950e828cb32776ca82d9bcacf] | committer: Hugo Beauzée-Luyssen
Revert "contrib: Allow a minimum version to be required" This reverts commit 31018887c01c7c91b00d78cc27f08e8c5f0b70cb. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebfe123668bf206950e828cb32776ca82d9bcacf --- contrib/src/main.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 80d82691d8..ee72346173 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -51,7 +51,7 @@ endif ifdef HAVE_CROSS_COMPILE need_pkg = 1 else -need_pkg = $(shell $(PKG_CONFIG) $(1) $(if $(2), --atleast-version=$(2),) || echo 1) +need_pkg = $(shell $(PKG_CONFIG) $(1) || echo 1) endif # _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
