From 03aa8fc07ed80040f038dfe01442cbc9380bb44d Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Wed, 29 Aug 2007 16:19:13 +0000 Subject: [PATCH] Enable new OpenAL/FFMpeg code --- doc/makepanda/config.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/makepanda/config.in b/doc/makepanda/config.in index 6bee6cfc4e..e671742970 100755 --- a/doc/makepanda/config.in +++ b/doc/makepanda/config.in @@ -69,9 +69,13 @@ want-tk #f want-pstats #f show-frame-rate-meter #f -# Enable audio using the FmodEx audio library by default: +# Enable audio using the OpenAL audio library by default: -audio-library-name p3fmod_audio +audio-library-name p3openal_audio + +# Enable the use of the new movietexture class. + +use-movietexture #t # The new version of panda supports hardware vertex animation, but it's not quite ready