Changes between Version 1 and Version 2 of KnownCompilationIssues
- Timestamp:
- 02/26/2012 04:23:49 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KnownCompilationIssues
v1 v2 15 15 __Sample of where it's used__: [http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libavcodec/aacdec.c;h=a206a47acc5685c8bf87eae3b870e7934f2c4d73;hb=HEAD#l2806 aacdec.c] (though it's used frequently throughout the entire project)[[BR]] 16 16 __Proposed solutions__: Open for proposals 17 18 === Compound Literals === 19 __Problem__: MSVC does not support C99 [http://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/Compound-Literals.html compound literals].[[BR]] 20 __Sample of where it's used__: [http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libavutil/avutil.h;h=1b09407f872d08aae48150a6909ea527c594c92e;hb=HEAD#l292 avutil.h][[BR]] 21 __Proposed solutions__: Open for proposals


