Changes in / [0d63b5f:5332c29]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • azure-pipelines.yml

    r0d63b5f r5332c29  
    11#  configuration file for azure continuous integration
    22jobs:
    3 
    43- job: linux
    54  pool:
    65    vmImage: 'Ubuntu 16.04'
     6
    77  steps:
    88  - script: |
    99      make
    1010    displayName: 'make'
    11     env:
    12       CFLAGS: -Werror
    13 
    1411- job: windows
    1512  pool:
    1613    vmIMage: 'VS2017-Win2016'
     14
    1715  steps:
    1816  - script: |
     
    2624  pool:
    2725    vmIMage: macOS-10.13
     26
    2827  steps:
    2928  - script: |
     
    3534      make
    3635    displayName: 'make'
    37     env:
    38       CFLAGS: -Werror
  • src/io/source_avcodec.c

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