Changes in / [5332c29:0d63b5f]
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
azure-pipelines.yml
r5332c29 r0d63b5f 1 1 # configuration file for azure continuous integration 2 2 jobs: 3 3 4 - job: linux 4 5 pool: 5 6 vmImage: 'Ubuntu 16.04' 6 7 7 steps: 8 8 - script: | 9 9 make 10 10 displayName: 'make' 11 env: 12 CFLAGS: -Werror 13 11 14 - job: windows 12 15 pool: 13 16 vmIMage: 'VS2017-Win2016' 14 15 17 steps: 16 18 - script: | … … 24 26 pool: 25 27 vmIMage: macOS-10.13 26 27 28 steps: 28 29 - script: | … … 34 35 make 35 36 displayName: 'make' 37 env: 38 CFLAGS: -Werror -
src/io/source_avcodec.c
r5332c29 r0d63b5f 435 435 goto beach; 436 436 } 437 #else 438 #warning "avutil < 53 is deprecated, crashes might occur on corrupt files" 437 439 #endif 438 440
Note: See TracChangeset
for help on using the changeset viewer.