a1e7256b4b4b96bfe38b9ca2c833fa9e16d1546c
[openwrt/svn-archive/packages.git] / libs / libtheora / patches / 002-no_sdl_check.patch
1 --- libtheora-1.1.1/configure.ac 2009-10-01 20:00:33.000000000 +0200
2 +++ libtheora-1.1.1.new/configure.ac 2012-12-05 14:22:26.319523608 +0100
3 @@ -313,11 +313,6 @@
4 dnl check for SDL
5 HAVE_SDL=no
6
7 -AM_PATH_SDL(,[
8 - HAVE_SDL=yes
9 - SDL_LIBS=`$SDL_CONFIG --libs`
10 -],AC_MSG_WARN([*** Unable to find SDL -- Not compiling example players ***]))
11 -
12 dnl check for OSS
13 HAVE_OSS=no
14 AC_CHECK_HEADERS([sys/soundcard.h soundcard.h machine/soundcard.h],[