"awq_cuda/quantization/dequantize.cuh" did not exist on "460d6d4545227f72d4324340e3304f24f3237498"
  • moto's avatar
    Add a switch to build ffmpeg binding (#2048) · ece03edc
    moto authored
    Summary:
    This PR adds `BUILD_FFMPEG` switch to torchaudio build process so that features related to ffmpeg are built.
    The flag is false by default, so no CI jobs or development flow are affected.
    
    This is because handling the dependencies around ffmpeg is a bit tricky.
    Currently, the CMake file uses `pkg-config` to find an ffmpeg installation in the system.
    This works fine for both conda-based installation and system-managed installation (like `apt`).
    
    In subsequent PRs, I will find a solution that works for local development and binary distributions.
    
    Pull Request resolved: https://github.com/pytorch/audio/pull/2048
    
    Reviewed By: hwangjeff, nateanl
    
    Differential Revision: D33367260
    
    Pulled By: mthrok
    
    fbshipit-source-id: 94517acecb62bd6d4e96d4b7cbc3ab3c2a25706c
    ece03edc
CMakeLists.txt 4.36 KB