Magellan Linux

Contents of /trunk/gpac/patches/gpac-0.4.5-pulseaudio-configable.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 925 - (show annotations) (download)
Wed Nov 4 15:18:09 2009 UTC (14 years, 5 months ago) by niro
File size: 805 byte(s)
-fixes for 0.4.5-r1

1 Index: gpac/configure
2 ===================================================================
3 --- gpac.orig/configure
4 +++ gpac/configure
5 @@ -1503,7 +1503,6 @@ fi
6 if test "$cpu" = "x86" ; then
7 echo "TARGET_ARCH_X86=yes" >> config.mak
8 elif test "$cpu" = "armv4l" ; then
9 -echo "CONFIG_PULSEAUDIO=$has_pulseaudio" >> config.mak
10 echo "TARGET_ARCH_ARMV4L=yes" >> config.mak
11 elif test "$cpu" = "alpha" ; then
12 echo "TARGET_ARCH_ALPHA=yes" >> config.mak
13 @@ -1588,6 +1587,7 @@ echo "FFMPEG_CFLAGS=$FFMPEG_CFLAGS" >> c
14 echo "CONFIG_OSS_AUDIO=$has_oss_audio" >> config.mak
15 echo "CONFIG_ALSA=$has_alsa" >> config.mak
16 echo "CONFIG_JACK=$has_jack" >> config.mak
17 +echo "CONFIG_PULSEAUDIO=$has_pulseaudio" >> config.mak
18 echo "CONFIG_A52=$has_a52" >> config.mak
19
20 echo "DISABLE_SVG=$disable_svg" >> config.mak