Cary Sandvig 25 anni fa
parent
commit
06f55154be
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. 12 0
      panda/src/audiotraits/Sources.pp

+ 12 - 0
panda/src/audiotraits/Sources.pp

@@ -35,3 +35,15 @@
     audio_load_st.cxx
 
 #end lib_target
+
+#begin lib_target
+  #define TARGET audio_load_mp3
+  #define BUILDING_DLL BUILDING_MISC
+  #define LOCAL_LIBS \
+    audio mpg123
+  #define CFLAGS -DGENERIC -DNOXFERMEM
+
+  #define SOURCES \
+    audio_load_mp3.cxx
+
+#end lib_target