ShiftMediaProject / libilbc

Unofficial LibiLBC with added custom native Visual Studio project build tools. LibiLBC: Packaged version of iLBC codec from the WebRTC project.
BSD 3-Clause "New" or "Revised" License
2 stars 12 forks source link

build error #1

Open whyuu opened 2 years ago

whyuu commented 2 years ago

Context shiftmediaproject\libilbc\rtc_base\checks.h(57,10): fatal error C1083: “absl/meta/type_traits.h”: No such file or directory ..\common_audio\signal_processing\dot_product_with_scale.cc) shiftmediaproject\libilbc\rtc_base\checks.h(57,10): fatal error C1083: “absl/meta/type_traits.h”: No such file or directory ( ..\rtc_base\checks.cc)

Expected Behavior No additional operations are required to compile successfully Steps to Reproduce open resolution select release dll build Your Environment win10 + vs2019

Possible Fix I solved it this way, but not sure if this is appropriate

  1. Copy two files config.h versin.h from the old version and put them in the smp directory
  2. Download the abseil-cpp project, copy the absl directory to the libilbc root directory
matakk commented 7 months ago

thanks, 我just copy absl folder from abseil-cpp project to smp, compile work!