fix shared lib build

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2011-10-21 02:11:08 +02:00
parent dd8ffc1925
commit ce253edf4e
3 changed files with 26 additions and 1 deletions

View File

@@ -19,5 +19,9 @@ LIBAVFORMAT_$MAJOR {
parse_date;
dump_format;
url_*;
ff_timefilter_destroy;
ff_timefilter_new;
ff_timefilter_update;
ff_timefilter_reset;
local: *;
};