view libavutil.v @ 955:040bf8859042 libavutil

Chnage AES code to be strict-aliasing-safe. Makes it give correct results with e.g. gcc 4.4 For unknown reasons the generate asm code also changes on e.g. gcc 4.3, making the code a bit larger and a bit slower.
author reimar
date Wed, 30 Jun 2010 04:50:35 +0000
parents e95247c85476
children
line wrap: on
line source

LIBAVUTIL_$MAJOR {
        global: av_*; ff_*; avutil_*;
        local: *;
};