Changes in / [5332c29:0d63b5f]


Ignore:
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.