Skip to content

Commit

Permalink
[rbp] fixed, removed redudant grypt check and default use_alsa for al…
Browse files Browse the repository at this point in the history
…l platforms.
  • Loading branch information
huceke committed Aug 13, 2012
1 parent 7faf411 commit 83a27a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions configure.in
Expand Up @@ -675,8 +675,6 @@ case $use_platform in
CXXFLAGS="$CXXFLAGS"
ffmpeg_target_os=linux
;;
*)
use_alsa="yes"
esac

if test "$build_shared_lib" = "yes"; then
Expand Down Expand Up @@ -1075,10 +1073,6 @@ AS_CASE([x$use_libvorbisenc],

# WebServer
if test "$use_webserver" = "yes"; then
if test "$target_platform" = "target_raspberry_pi"; then
AC_CHECK_LIB([gpg-error], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([gcrypt], [main],, AC_MSG_ERROR($missing_library))
fi
AC_CHECK_LIB([microhttpd], [main],, AC_MSG_ERROR($missing_library))
fi

Expand Down

0 comments on commit 83a27a2

Please sign in to comment.