Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Albert Gräf
Gem
Commits
f5c06587
Commit
f5c06587
authored
Feb 12, 2019
by
IOhannes m zmölnig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
capitalize hardcoded plugin status results
so we can more easily spot them.
parent
f5da86b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
configure.ac
configure.ac
+4
-4
No files found.
configure.ac
View file @
f5c06587
...
...
@@ -633,7 +633,7 @@ AS_IF([test "x${have_libdv}" != "xno"], [
])
AS_IF([test "x${have_unicap}" = "x"], [have_unicap="no"])
AS_IF([test "x${have_vfw32}" = "x"], [have_vfw32="no"])
AS_IF([test "x${have_stb}" = "xyes"], [have_stb="
yes
(library)"], [have_stb="
yes
(local)"])
AS_IF([test "x${have_stb}" = "xyes"], [have_stb="
YES
(library)"], [have_stb="
YES
(local)"])
# TODO: have_ds
AC_MSG_RESULT([
...
...
@@ -670,7 +670,7 @@ Configuration:
use JPEG : ${have_jpeg}
use ImageMagick : ${have_ImageMagick}
use QuickTime : ${have_libquicktime}
use SGI :
yes
(local)
use SGI :
YES
(local)
use STB : ${have_stb}
use TIFF : ${have_tiff}
film-support
...
...
@@ -685,7 +685,7 @@ Configuration:
capture-support
use AVfoundation : ${have_avfoundation_framework}
use ieee1394 : ${have_ieee1394}
use DirectShow :
no (?)
use DirectShow :
NO
use DV : ${have_libdv}
use Unicap : ${have_unicap}
use v4l : ${have_v4l}
...
...
@@ -699,7 +699,7 @@ Configuration:
use v4l : ${have_v4l}
use v4l2 : ${have_v4l2}
model-support
use OBJ :
yes
(local)
use OBJ :
YES
(local)
use ASSIMP2 : ${have_assimp2}
use ASSIMP3 : ${have_assimp3}
])
...
...
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