]> git.sesse.net Git - vlc/blobdiff - configure.ac
Qt4 - UpdateArt separation from other functions in the IM.
[vlc] / configure.ac
index 069a5a28927128375ae6619f93f87be6687c66ce..684ea97d00114633bf6bceaf0c400a63350eef8a 100644 (file)
@@ -3692,7 +3692,7 @@ dnl
 AC_ARG_ENABLE(dirac,
 [  --enable-dirac          experimental dirac codec (default disabled)])
 if test "${enable_dirac}" = "yes"; then
-  PKG_CHECK_MODULES(DIRAC,[dirac >= 0.8.0], [
+  PKG_CHECK_MODULES(DIRAC,[dirac >= 0.9.0], [
       VLC_ADD_PLUGINS([dirac])
       VLC_ADD_CFLAGS([dirac],[$DIRAC_CFLAGS])
       VLC_ADD_LIBS([dirac],[$DIRAC_LIBS -lstdc++]) ],[