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
f5da86b5
Commit
f5da86b5
authored
Feb 12, 2019
by
IOhannes m zmölnig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
at the end of configure, printout the status of all plugins
parent
e62e815d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
16 deletions
+25
-16
configure.ac
configure.ac
+25
-16
No files found.
configure.ac
View file @
f5da86b5
...
...
@@ -633,13 +633,9 @@ 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)"])
# TODO: have_ds
AS_IF([test "x$with_film" = "xplugins"], [use_film_plugins="yes"],
[use_film_plugins="no (using $with_film backend)"])
AS_IF([test "x$with_video" = "xplugins"], [use_video_plugins="yes"],
[use_video_plugins="no (using $with_video backend)"])
AC_MSG_RESULT([
Result:
Target : Gem.${EXT}
...
...
@@ -670,29 +666,42 @@ Configuration:
default font : ${GEM_DEFAULT_FONT}
image-support
use ImageIO : ${have_imageio_framework}
use JPEG : ${have_jpeg}
use ImageMagick : ${have_ImageMagick}
use QuickTime : ${have_libquicktime}
use ImageIO : ${have_libimageio}
use SGI : yes (local)
use STB : ${have_stb}
use TIFF : ${have_tiff}
use JPEG : ${have_jpeg}
moviefile-support
use PLUGINS : ${use_film_plugins}
film-support
use AVFoundation : ${have_avfoundation_framework}
use AVI : ${WINDOWS}
use aviplay : ${have_avifile}
use DirectShow : ${WINDOWS}
use gmerlin : ${have_gmerlin_avdec}
use mpeg : ${have_mpeg}
use mpeg-3 : ${have_libmpeg3}
use QuickTime : ${have_libquicktime}
use AVFoundation : ${have_libavfoundation}
use aviplay : ${have_avifile}
use gmerlin : ${have_gmerlin_avdec}
capture-support
use PLUGINS : ${use_video_plugins}
use v4l : ${have_v4l}
use v4l2 : ${have_v4l2}
use AVfoundation : ${have_avfoundation_framework}
use ieee1394 : ${have_ieee1394}
use DirectShow : no (?)
use DV : ${have_libdv}
use Unicap : ${have_unicap}
use v4l : ${have_v4l}
use v4l2 : ${have_v4l2}
use Video-for-WinDOS : ${have_vfw32}
use VideoInput : ${WINDOWS}
use VLC : ${have_libvlc}
use VNC : ${have_libvncclient}
record-support
use QuickTime : ${have_libquicktime}
use AVFoundation : ${have_libavfoundation}
use v4l : ${have_v4l}
use v4l2 : ${have_v4l2}
model-support
use OBJ : yes (local)
use ASSIMP2 : ${have_assimp2}
use ASSIMP3 : ${have_assimp3}
])
AS_IF([test "x$have_pd" = "xno"], [
...
...
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