Use __typeof__ instead of GCC-specific typeof keyword.
authorDiego Pettenò <flameeyes@gmail.com>
Thu, 2 Oct 2008 20:01:13 +0000 (20:01 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 2 Oct 2008 20:01:13 +0000 (20:01 +0000)
commit72ab9d7f604e3ef0f4f418a072d86602f9d9b10a
tree70db6d972b8e5441477501c88cf59e79c1ac1669
parent9aa1cfec1a8597f3bd0f9fa564c43a53e42fab25
Use __typeof__ instead of GCC-specific typeof keyword.
The typeof keyword is disabled by default when building with -std=c99
as it's a GNU extension.
ICC supports the __typeof__ keyword as well as typeof.

Patch by Diego 'Flameeyes' Pettenò %flameeyes A gmail P com%

Originally committed as revision 15527 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avformat.h