Mercurial > libavcodec.hg
diff dvdata.h @ 5006:28ebdd244a07 libavcodec
Change some leftover __attribute__((unused)) and __attribute__((used)) to
attribute_unused and attribute_used respectively to ease compiling on non-gcc.
| author | reimar |
|---|---|
| date | Mon, 14 May 2007 14:07:50 +0000 |
| parents | f80a3b6c6f00 |
| children | ce36118abbbb |
line wrap: on
line diff
--- a/dvdata.h Mon May 14 11:53:27 2007 +0000 +++ b/dvdata.h Mon May 14 14:07:50 2007 +0000 @@ -2534,7 +2534,7 @@ { 31, 67, 103, 21, 57, 93, 11, 47, 83}, }; -static const __attribute__((unused)) int dv_audio_frequency[3] = { +static const attribute_unused int dv_audio_frequency[3] = { 48000, 44100, 32000, };
