Ver Fonte

remove miles

David Rose há 16 anos atrás
pai
commit
8f83de634f
1 ficheiros alterados com 0 adições e 23 exclusões
  1. 0 23
      direct/src/p3d/panda3d.pdef

+ 0 - 23
direct/src/p3d/panda3d.pdef

@@ -154,29 +154,6 @@ class openal(package):
 plugin-path $OPENAL_ROOT
 plugin-path $OPENAL_ROOT
 audio-library-name p3openal_audio
 audio-library-name p3openal_audio
 """)
 """)
-    
-class miles(package):
-    # This package includes the Miles Sound System audio library.
-    # This is closed-source and always requires a licensing fee.
-
-    config(display_name = "Miles Sound System")
-    require('panda3d')
-
-    file('libmiles_audio.dll')
-    if platform.startswith('win'):
-        file('mssmp3.asi', 'avcodec.dll', 'avutil.dll', 'avformat.dll',
-             executable = True)
-
-    elif platform.startswith('osx'):
-        file('libMilesMachO.dylib',
-             'libMilesMachOx86.dylib',
-             'mssmp3.asi', 'mssmixer.mix', 'Miles_MP3_Decoder.asi',
-             executable = True)
-
-    file('miles.prc', extract = True, text = """
-plugin-path $MILES_ROOT
-audio-library-name miles_audio
-""")
 
 
 class audio(package):
 class audio(package):
     # This package includes the best audio library for the given
     # This package includes the best audio library for the given