* emotion: vlc backend is not in a good shape, disable by default.

Enable it only if you want to fix it.



SVN revision: 53598
This commit is contained in:
Cedric BAIL 2010-10-19 12:04:01 +00:00
parent b59fa21d74
commit 0548bfc394
1 changed files with 1 additions and 2 deletions

View File

@ -56,18 +56,17 @@ AC_SUBST(VMAJ)
### Needed information ### Needed information
EDJE_VERSION="1.0.0" EDJE_VERSION="1.0.0"
want_vlc="no"
case "$host_os" in case "$host_os" in
mingw* | cegcc*) mingw* | cegcc*)
MODULE_EDJE="$host_os-$host_cpu" MODULE_EDJE="$host_os-$host_cpu"
want_xine="no" want_xine="no"
want_gstreamer="yes" want_gstreamer="yes"
want_vlc="no"
;; ;;
*) *)
MODULE_EDJE="$host_os-$host_cpu-${EDJE_VERSION}" MODULE_EDJE="$host_os-$host_cpu-${EDJE_VERSION}"
want_xine="yes" want_xine="yes"
want_gstreamer="yes" want_gstreamer="yes"
want_vlc="yes"
;; ;;
esac esac