view libavutil.v @ 811:c08dd82b122e libavutil

Make sure we do not export incorrect _NE pixformat descriptions by either including config.h if available or not defining them if it isn't.
author reimar
date Sun, 17 Jan 2010 14:17:03 +0000
parents e95247c85476
children
line wrap: on
line source

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