diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2010-10-19 12:04:01 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2010-10-19 12:04:01 +0000 |
commit | 0548bfc3946025f96c2af60b33b27864bd8c0c0c (patch) | |
tree | 7eaf3d640bb375124ed518a05989dfe7d0f37a76 /legacy/emotion | |
parent | b59fa21d74538f9a751301c59267b8b90a87e4cb (diff) |
* emotion: vlc backend is not in a good shape, disable by default.
Enable it only if you want to fix it.
SVN revision: 53598
Diffstat (limited to 'legacy/emotion')
-rw-r--r-- | legacy/emotion/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/legacy/emotion/configure.ac b/legacy/emotion/configure.ac index 83ae06d369..7d72c86626 100644 --- a/legacy/emotion/configure.ac +++ b/legacy/emotion/configure.ac | |||
@@ -56,18 +56,17 @@ AC_SUBST(VMAJ) | |||
56 | ### Needed information | 56 | ### Needed information |
57 | EDJE_VERSION="1.0.0" | 57 | EDJE_VERSION="1.0.0" |
58 | 58 | ||
59 | want_vlc="no" | ||
59 | case "$host_os" in | 60 | case "$host_os" in |
60 | mingw* | cegcc*) | 61 | mingw* | cegcc*) |
61 | MODULE_EDJE="$host_os-$host_cpu" | 62 | MODULE_EDJE="$host_os-$host_cpu" |
62 | want_xine="no" | 63 | want_xine="no" |
63 | want_gstreamer="yes" | 64 | want_gstreamer="yes" |
64 | want_vlc="no" | ||
65 | ;; | 65 | ;; |
66 | *) | 66 | *) |
67 | MODULE_EDJE="$host_os-$host_cpu-${EDJE_VERSION}" | 67 | MODULE_EDJE="$host_os-$host_cpu-${EDJE_VERSION}" |
68 | want_xine="yes" | 68 | want_xine="yes" |
69 | want_gstreamer="yes" | 69 | want_gstreamer="yes" |
70 | want_vlc="yes" | ||
71 | ;; | 70 | ;; |
72 | esac | 71 | esac |
73 | 72 | ||