diff options
Diffstat (limited to 'm4/summary.m4')
-rw-r--r-- | m4/summary.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/summary.m4 b/m4/summary.m4 index 0fe0d4fd0..49783252c 100644 --- a/m4/summary.m4 +++ b/m4/summary.m4 @@ -79,6 +79,7 @@ AC_DEFUN([XINE_LIB_SUMMARY], [ test x"$have_dxr3" = x"yes" && echo " - dxr3_video" test x"$have_gdkpixbuf" = x"yes" && echo " - gdk-pixbuf" test x"$have_imagemagick" = x"yes" && echo " - image" + test x"$have_libjpeg" = x"yes" && echo " - libjpeg" test x"$have_theora" = x"yes" && echo " - theora" test x"$have_w32dll" = x"yes" && echo " - w32dll" test x"$have_vdpau" = x"yes" && echo " - vdpau" |