Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ebfe1236
Commit
ebfe1236
authored
Mar 14, 2018
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "contrib: Allow a minimum version to be required"
This reverts commit
31018887
.
parent
27852dd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
contrib/src/main.mak
contrib/src/main.mak
+1
-1
No files found.
contrib/src/main.mak
View file @
ebfe1236
...
...
@@ -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
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment