diff options
-rw-r--r-- | contrib/libtheora/module.defs | 2 | ||||
-rw-r--r-- | make/configure.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libtheora/module.defs b/contrib/libtheora/module.defs index 6505c8b64..edc0c002c 100644 --- a/contrib/libtheora/module.defs +++ b/contrib/libtheora/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,LIBTHEORA,libtheora,LIBOGG LIBVORBIS)) $(eval $(call import.CONTRIB.defs,LIBTHEORA)) -LIBTHEORA.FETCH.url = http://download.m0k.org/handbrake/contrib/libtheora-1.0.tar.gz +LIBTHEORA.FETCH.url = http://download.m0k.org/handbrake/contrib/libtheora-svn16547.tar.gz LIBTHEORA.EXTRACT.tarbase = libtheora LIBTHEORA.CONFIGURE.extra = \ diff --git a/make/configure.py b/make/configure.py index 1b140739b..4b98b9bf3 100644 --- a/make/configure.py +++ b/make/configure.py @@ -1299,7 +1299,7 @@ try: select.doc_add( doc ) doc.addBlank() - if arch.mode.mode != arch.mode.default: + if build.match( '*-*-darwin*' ): doc.add( 'GCC.archs', arch.mode.mode ) else: doc.add( 'GCC.archs', '' ) |