Magellan Linux

Contents of /trunk/gpac/patches/gpac-0.4.2-configure-ogg.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 917 byte(s)
-import

1 --- configure.orig 2006-07-12 13:25:26.000000000 -0400
2 +++ configure 2006-08-01 11:32:47.000000000 -0400
3 @@ -143,6 +143,9 @@
4 echo " --use-mad=OPT force MAD OPT=[no,local]"
5 echo " --use-xvid=OPT force XVID OPT=[no,local]"
6 echo " --use-ffmpeg=OPT force FFMPEG OPT=[no,local]"
7 +echo " --use-ogg=OPT force OGG OPT=[no,system,local]"
8 +echo " --use-vorbis=OPT force vorbis OPT=[no,system,local]"
9 +echo " --use-theora=OPT force theora OPT=[no,system,local]"
10 echo ""
11 echo "NOTE: The object files are build at the place where configure is launched"
12 exit 1
13 @@ -786,6 +789,12 @@
14 ;;
15 --use-ffmpeg=*) has_ffmpeg=${opt#--use-ffmpeg=}
16 ;;
17 + --use-ogg=*) has_ogg=${opt#--use-ogg=}
18 + ;;
19 + --use-vorbis=*) has_vorbis=${opt#--use-vorbis=}
20 + ;;
21 + --use-theora=*) has_theora=${opt#--use-theora=}
22 + ;;
23 --use-png=*) has_png=${opt#--use-png=}
24 ;;
25 esac