summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-01-08 10:03:08 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-01-08 10:05:28 +0000
commit8f4044afa2426befb3f86dda21963576dbb19a9f (patch)
treebe4d9a534d5a158f5aa06eaec33776ba34cf5444 /configure.ac
parent44d0e286c8c7a0ddb8e14fb2c3afe5af35311ef7 (diff)
avmedia: disable VLC unless in experimental model.
The code is really not in an ideal state, the key-frame generation is horrible - involving playing the video for three seconds each time etc. While the idea is great - the impl. and libvlc API use needs some love from a VLC expert really. Change-Id: If1787749d9952e30c1d80846e925cf1f65231463
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9ab1ef383989..cb124185404d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1198,7 +1198,7 @@ AC_ARG_ENABLE(gstreamer-0-10,
AC_ARG_ENABLE(vlc,
AS_HELP_STRING([--enable-vlc],
- [Enable building with the VLC avmedia backend.]),
+ [Enable building with the (experimental) VLC avmedia backend.]),
,enable_vlc=no)
AC_ARG_ENABLE(neon,