瀏覽代碼

remove miles

David Rose 16 年之前
父節點
當前提交
8f83de634f
共有 1 個文件被更改,包括 0 次插入23 次删除
  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
 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):
     # This package includes the best audio library for the given