فهرست منبع

remove repeat ref to portaudio

richarddobson 3 ماه پیش
والد
کامیت
6cd9af96fd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dev/externals/paprogs/paplay/CMakeLists.txt

+ 1 - 1
dev/externals/paprogs/paplay/CMakeLists.txt

@@ -25,7 +25,7 @@ else()
     find_library(PA NAMES libportaudio.a)
     find_library(AAIOLIB NAMES libaaio.a)
     set(CMAKE_C_FLAGS "-O3 -Wall -Dlinux -Dunix -fomit-frame-pointer -funroll-loops")
-    set(EXTRA_LIBRARIES1 portsf portaudio pthread ${AAIOLIB} ${PA} ${EXTRA_LIBRARIES} jack asound)
+    set(EXTRA_LIBRARIES1 portsf pthread ${AAIOLIB} ${PA} ${EXTRA_LIBRARIES} jack asound)
   endif()
 endif()