Changeset 0d63b5f


Ignore:
Timestamp:
Oct 29, 2018, 8:54:29 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
d1b78dc
Parents:
5332c29 (diff), f9ed504 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'fix/warn_old_avutil'

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • azure-pipelines.yml

    r5332c29 r0d63b5f  
    11#  configuration file for azure continuous integration
    22jobs:
     3
    34- job: linux
    45  pool:
    56    vmImage: 'Ubuntu 16.04'
    6 
    77  steps:
    88  - script: |
    99      make
    1010    displayName: 'make'
     11    env:
     12      CFLAGS: -Werror
     13
    1114- job: windows
    1215  pool:
    1316    vmIMage: 'VS2017-Win2016'
    14 
    1517  steps:
    1618  - script: |
     
    2426  pool:
    2527    vmIMage: macOS-10.13
    26 
    2728  steps:
    2829  - script: |
     
    3435      make
    3536    displayName: 'make'
     37    env:
     38      CFLAGS: -Werror
  • src/io/source_avcodec.c

    r5332c29 r0d63b5f  
    435435    goto beach;
    436436  }
     437#else
     438#warning "avutil < 53 is deprecated, crashes might occur on corrupt files"
    437439#endif
    438440
Note: See TracChangeset for help on using the changeset viewer.