]> git.sesse.net Git - vlc/blobdiff - configure.ac
Bump required dirac version to 0.8.0 and fix dirac codec module to support 0.8.
[vlc] / configure.ac
index 9b069817c763ae533d61a8fc5f9e63d41a18da8f..920d5b9889f24b911d2b0bc5eb2c0e6b7f12dc9d 100644 (file)
@@ -3709,7 +3709,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.6.0], [
+  PKG_CHECK_MODULES(DIRAC,[dirac >= 0.8.0], [
       VLC_ADD_PLUGINS([dirac])
       VLC_ADD_CFLAGS([dirac],[$DIRAC_CFLAGS])
       VLC_ADD_LIBS([dirac],[$DIRAC_LIBS -lstdc++]) ],[