Explorar el Código

Enable new OpenAL/FFMpeg code

Josh Yelon hace 18 años
padre
commit
03aa8fc07e
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. 6 2
      doc/makepanda/config.in

+ 6 - 2
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